PEP 426: avoid ambiguous pronouns

This commit is contained in:
Nick Coghlan 2013-02-21 23:51:24 +10:00
parent d5325ea005
commit 87ee84724d
1 changed files with 2 additions and 2 deletions

View File

@ -1380,8 +1380,8 @@ the new metadata standard.
The data also shows that the pre-release sorting discrepancies are seen
only when analysing *all* versions from PyPI, rather than when analysing
public versions. This is largely due to the fact that PyPI normally reports
only the most recent version for each project (unless the maintainers
explicitly configure it to display additional versions). However,
only the most recent version for each project (unless maintainers
explicitly configure their project to display additional versions). However,
installers that need to satisfy detailed version constraints often need
to look at all available versions, as they may need to retrieve an older
release.