From f0564164bab43f078c9f84f334d72ddb0e69110c Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 8 May 2016 13:48:10 +0000 Subject: Fix typos in comments, documentation and test method names --- Lib/urllib/robotparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/urllib/robotparser.py') 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 -- cgit v1.2.1