summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2018-04-15 13:32:05 (GMT)
committerGitHub <noreply@github.com>2018-04-15 13:32:05 (GMT)
commit1a5c4bdb6ecc6a8b19ff33bde323ab188ed60977 (patch)
treea5638ce6266eff14b579f0e1def8b7be2573a6f9 /Lib/pydoc.py
parent82a948105920100ca2ec5c2340bc3890adcfe778 (diff)
downloadcpython-1a5c4bdb6ecc6a8b19ff33bde323ab188ed60977.zip
cpython-1a5c4bdb6ecc6a8b19ff33bde323ab188ed60977.tar.gz
cpython-1a5c4bdb6ecc6a8b19ff33bde323ab188ed60977.tar.bz2
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)
Diffstat (limited to 'Lib/pydoc.py')
-rw-r--r--Lib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 735ad9d..e7a1655 100644
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -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.
"""