Fix typos (ouptut) (#27317)

This commit is contained in:
Maxim Belkin 2021-11-09 16:11:34 -06:00 committed by GitHub
parent 0322431c5c
commit 0ab5d42bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ def __enter__(self):
self._active = True
# return this log_output object so that the user can do things
# like temporarily echo some ouptut.
# like temporarily echo some output.
return self
def __exit__(self, exc_type, exc_val, exc_tb):

View File

@ -3921,7 +3921,7 @@ def write_attribute(spec, attribute, color):
elif 'version' in parts:
col = '@'
# Finally, write the ouptut
# Finally, write the output
write(sig + morph(spec, str(current)), col)
attribute = ''