mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 deletions
|
@ -153,7 +153,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