summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 20:51:30 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 20:51:30 (GMT)
commitf16fbf940fdaec594eb1f4c5f9c61e926db53c5d (patch)
tree90ded1edde5357aebf050aabb91929d2a7862c53 /Lib
parentbb675280d91eafdcc7e3892cf4aeb1565ec733cf (diff)
downloadcpython-f16fbf940fdaec594eb1f4c5f9c61e926db53c5d.zip
cpython-f16fbf940fdaec594eb1f4c5f9c61e926db53c5d.tar.gz
cpython-f16fbf940fdaec594eb1f4c5f9c61e926db53c5d.tar.bz2
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 218fd30..dfa1f8e 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1599,7 +1599,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.