Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb4f218

Browse files
author
Victor Stinner
committed
os module: remove nonbreaking space in a comment
1 parent a837aa6 commit bb4f218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/os.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ def get_exec_path(env=None):
390390
if env is None:
391391
env = environ
392392

393-
# {b'PATH': ...}.get('PATH') and {'PATH': ...}.get(b'PATH') emit a
394-
# BytesWarning when using python -b or python -bb: ignore the warning
393+
# {b'PATH': ...}.get('PATH') and {'PATH': ...}.get(b'PATH') emit a
394+
# BytesWarning when using python -b or python -bb: ignore the warning
395395
with warnings.catch_warnings():
396396
warnings.simplefilter("ignore", BytesWarning)
397397

0 commit comments

Comments
 (0)