mirror of
https://github.com/python/cpython.git
synced 2025-07-26 12:44:33 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue