diff options
author | Skip Montanaro <skip@pobox.com> | 2007-12-08 15:26:16 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-12-08 15:26:16 (GMT) |
commit | 546624609e814d91a4d4fc6ad65c100309bac160 (patch) | |
tree | 79147fe19095e48c72b4bcf651545331eaaae495 /Doc/library/robotparser.rst | |
parent | ffe455c3a2432fa34c08ad434ec51aecd366530d (diff) | |
download | cpython-546624609e814d91a4d4fc6ad65c100309bac160.zip cpython-546624609e814d91a4d4fc6ad65c100309bac160.tar.gz cpython-546624609e814d91a4d4fc6ad65c100309bac160.tar.bz2 |
correct email address
Diffstat (limited to 'Doc/library/robotparser.rst')
-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 1a66955..2451799 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. -.. sectionauthor:: Skip Montanaro <skip@mojam.com> +.. sectionauthor:: Skip Montanaro <skip@pobox.com> .. index:: |