diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:18:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:18:25 (GMT) |
commit | f2f1c57b7e4dcd418c278dd45161a5de65bc05d3 (patch) | |
tree | 2a91e7ce343064eb416a217c9bbc095b455bffde /Lib/robotparser.py | |
parent | cdbf38cbd60946f0d9fe53be2c16214099cd93cb (diff) | |
download | cpython-f2f1c57b7e4dcd418c278dd45161a5de65bc05d3.zip cpython-f2f1c57b7e4dcd418c278dd45161a5de65bc05d3.tar.gz cpython-f2f1c57b7e4dcd418c278dd45161a5de65bc05d3.tar.bz2 |
Fix typos in comments, documentation and test method names
Diffstat (limited to 'Lib/robotparser.py')
-rw-r--r-- | Lib/robotparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/robotparser.py b/Lib/robotparser.py index b46b753..a7137a3 100644 --- a/Lib/robotparser.py +++ b/Lib/robotparser.py @@ -136,7 +136,7 @@ class RobotFileParser: # Until the robots.txt file has been read or found not # to exist, we must assume that no url is allowable. - # This prevents false positives when a user erronenously + # This prevents false positives when a user erroneously # calls can_fetch() before calling read(). if not self.last_checked: return False |