summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 22:56:38 +0200
committerGeorg Brandl <georg@python.org>2014-09-30 22:56:38 +0200
commit61bd1dcf9bde6e64408392765d649c057a8fc81b (patch)
tree5947147361e896938f105eaebe90e0300ebb8345 /Lib/pydoc.py
parentc8da4287a774fe8f26d6c47c501cf17a365ab922 (diff)
downloadcpython-git-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.gz
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 8f3393b011..2921f3d4fa 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1636,7 +1636,7 @@ class Helper:
# in pydoc_data/topics.py.
#
# CAUTION: if you change one of these dictionaries, be sure to adapt the
- # list of needed labels in Doc/tools/sphinxext/pyspecific.py and
+ # list of needed labels in Doc/tools/pyspecific.py and
# regenerate the pydoc_data/topics.py file by running
# make pydoc-topics
# in Doc/ and copying the output file into the Lib/ directory.