mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-33185: Improve wording and markup (GH-6477)
Adds some working and markup fixes that I missed in the initial commit for this issue. (Follow-up to GH-6419)
This commit is contained in:
parent
82a9481059
commit
1a5c4bdb6e
4 changed files with 12 additions and 10 deletions
|
@ -2643,7 +2643,7 @@ def _get_revised_path(given_path, argv0):
|
|||
|
||||
# Note: the tests only cover _get_revised_path, not _adjust_cli_path itself
|
||||
def _adjust_cli_sys_path():
|
||||
"""Ensures current directory is on sys.path, and __main__ directory is not
|
||||
"""Ensures current directory is on sys.path, and __main__ directory is not.
|
||||
|
||||
Exception: __main__ dir is left alone if it's also pydoc's directory.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue