summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 22:51:30 +0200
committerGeorg Brandl <georg@python.org>2014-09-30 22:51:30 +0200
commit97e9ec688c7ea49c61c803f1c87b183e32b3661c (patch)
tree29c33fb8941b0a7f2c5053756af68c1c0aa22003 /Lib/pydoc.py
parent2b1a0a30c9468bcb855fb8b60faaedbf5495904b (diff)
downloadcpython-git-97e9ec688c7ea49c61c803f1c87b183e32b3661c.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 539342673d..0b56f254de 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1638,7 +1638,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.