diff options
author | Georg Brandl <georg@python.org> | 2008-04-28 05:16:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-04-28 05:16:30 (GMT) |
commit | e8559916fb8e9d64057c38fb0cb336a52ce8f7eb (patch) | |
tree | 54e5e107c3c92536457a76a6668128223f26e0e7 | |
parent | 8dc43032971710883b3ee156bd01509b85648596 (diff) | |
download | cpython-e8559916fb8e9d64057c38fb0cb336a52ce8f7eb.zip cpython-e8559916fb8e9d64057c38fb0cb336a52ce8f7eb.tar.gz cpython-e8559916fb8e9d64057c38fb0cb336a52ce8f7eb.tar.bz2 |
Fix markup.
-rw-r--r-- | Doc/library/robotparser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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> |