mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Fix typos in comments and docstring (#122720)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
98dba73010
commit
b6c80e21c7
9 changed files with 11 additions and 11 deletions
|
@ -374,7 +374,7 @@ def _get_command_stdout(command, *args):
|
|||
# for are actually localized, but in theory some system could do so.)
|
||||
env = dict(os.environ)
|
||||
env['LC_ALL'] = 'C'
|
||||
# Empty strings will be quoted by popen so we should just ommit it
|
||||
# Empty strings will be quoted by popen so we should just omit it
|
||||
if args != ('',):
|
||||
command = (executable, *args)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue