Fix typos (ouptut) (#27317)
This commit is contained in:
parent
0322431c5c
commit
0ab5d42bd5
@ -607,7 +607,7 @@ def __enter__(self):
|
|||||||
self._active = True
|
self._active = True
|
||||||
|
|
||||||
# return this log_output object so that the user can do things
|
# return this log_output object so that the user can do things
|
||||||
# like temporarily echo some ouptut.
|
# like temporarily echo some output.
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def __exit__(self, exc_type, exc_val, exc_tb):
|
def __exit__(self, exc_type, exc_val, exc_tb):
|
||||||
|
@ -3921,7 +3921,7 @@ def write_attribute(spec, attribute, color):
|
|||||||
elif 'version' in parts:
|
elif 'version' in parts:
|
||||||
col = '@'
|
col = '@'
|
||||||
|
|
||||||
# Finally, write the ouptut
|
# Finally, write the output
|
||||||
write(sig + morph(spec, str(current)), col)
|
write(sig + morph(spec, str(current)), col)
|
||||||
|
|
||||||
attribute = ''
|
attribute = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user