summaryrefslogtreecommitdiff
path: root/Lib/urllib
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:48:10 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:48:10 +0000
commitdad4633169d12a527f9e1ddc814d824c9d5eac35 (patch)
treed0855de5d705798605687c83e2a5b09705a54cb5 /Lib/urllib
parenta7b3388a8f4a0a81d31b66a7c71ca7b82b3402a1 (diff)
downloadcpython-dad4633169d12a527f9e1ddc814d824c9d5eac35.tar.gz
Fix typos in comments, documentation and test method names
Diffstat (limited to 'Lib/urllib')
-rw-r--r--Lib/urllib/robotparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib/robotparser.py b/Lib/urllib/robotparser.py
index 4fbb0cb995..8b69fd985e 100644
--- a/Lib/urllib/robotparser.py
+++ b/Lib/urllib/robotparser.py
@@ -132,7 +132,7 @@ class RobotFileParser:
return True
# 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