mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo
This commit is contained in:
parent
12f2bffce1
commit
348c572dcf
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ class Crawler(BaseClient):
|
|||
:param follow_externals: tell if following external links is needed or
|
||||
not. Default is False.
|
||||
:param mirrors_url: the url to look on for DNS records giving mirror
|
||||
adresses.
|
||||
addresses.
|
||||
:param mirrors: a list of mirrors (see PEP 381).
|
||||
:param timeout: time in seconds to consider a url has timeouted.
|
||||
:param mirrors_max_tries": number of times to try requesting informations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue