commit | e8559916fb8e9d64057c38fb0cb336a52ce8f7eb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Apr 28 05:16:30 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Apr 28 05:16:30 2008 +0000 |
tree | 54e5e107c3c92536457a76a6668128223f26e0e7 | |
parent | 8dc43032971710883b3ee156bd01509b85648596 [diff] |
Fix markup.
diff --git a/Doc/library/robotparser.rst b/Doc/library/robotparser.rst index 11ee0bd..cce7966 100644 --- a/Doc/library/robotparser.rst +++ b/Doc/library/robotparser.rst
@@ -4,7 +4,7 @@ .. module:: robotparser :synopsis: Loads a robots.txt file and answers questions about - fetchability of other URLs. + fetchability of other URLs. .. sectionauthor:: Skip Montanaro <skip@pobox.com>