diff options
author | Georg Brandl <georg@python.org> | 2014-09-30 20:51:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-30 20:51:30 (GMT) |
commit | f16fbf940fdaec594eb1f4c5f9c61e926db53c5d (patch) | |
tree | 90ded1edde5357aebf050aabb91929d2a7862c53 /Lib | |
parent | bb675280d91eafdcc7e3892cf4aeb1565ec733cf (diff) | |
download | cpython-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-x | Lib/pydoc.py | 2 |
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. |