mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge 3.2, fix typos.
This commit is contained in:
commit
e41f0de84d
8 changed files with 8 additions and 8 deletions
|
@ -269,7 +269,7 @@ class Crawler(BaseClient):
|
|||
def _register_release(self, release=None, release_info={}):
|
||||
"""Register a new release.
|
||||
|
||||
Both a release or a dict of release_info can be provided, the prefered
|
||||
Both a release or a dict of release_info can be provided, the preferred
|
||||
way (eg. the quicker) is the dict one.
|
||||
|
||||
Return the list of existing releases for the given project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue