diff options
author | Georg Brandl <georg@python.org> | 2014-09-30 22:56:38 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-30 22:56:38 +0200 |
commit | 61bd1dcf9bde6e64408392765d649c057a8fc81b (patch) | |
tree | 5947147361e896938f105eaebe90e0300ebb8345 /Lib/pydoc.py | |
parent | c8da4287a774fe8f26d6c47c501cf17a365ab922 (diff) | |
download | cpython-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-x | Lib/pydoc.py | 2 |
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. |