diff options
author | Georg Brandl <georg@python.org> | 2008-02-09 23:09:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-09 23:09:25 (GMT) |
commit | 14a1b8cc469375577ea42152bfe559fa52d6ece7 (patch) | |
tree | 74cd626793db6337c25ed602cd936d14b43cc544 /Doc/README.txt | |
parent | 3abc6d6cb3cf00a25b30df5f231dc7df80bea406 (diff) | |
download | cpython-14a1b8cc469375577ea42152bfe559fa52d6ece7.zip cpython-14a1b8cc469375577ea42152bfe559fa52d6ece7.tar.gz cpython-14a1b8cc469375577ea42152bfe559fa52d6ece7.tar.bz2 |
Fix for newest doctools.
Diffstat (limited to 'Doc/README.txt')
-rw-r--r-- | Doc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index ebeb358..087efd5 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -50,7 +50,7 @@ Available make targets are: * "latex", which builds LaTeX source files that can be run with "pdflatex" to produce PDF documents. - + * "linkcheck", which checks all external references to see whether they are broken, redirected or malformed, and outputs this information to stdout as well as a plain-text (.txt) file. |