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
commit9be780ff36c2be65bc9388e57bda1288890911c0 (patch)
tree73da5239ee18d30bd52d5bd89e5b6c27f2c56cf6 /Lib/pydoc.py
parent0611a77591c77cd8c80b9271644f5b53d8b98c7f (diff)
downloadcpython-9be780ff36c2be65bc9388e57bda1288890911c0.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.