[Python-checkins] peps: PEP 426: avoid ambiguous pronouns

nick.coghlan python-checkins at python.org
Thu Feb 21 14:51:34 CET 2013


http://hg.python.org/peps/rev/78c97770df80
changeset:   4758:78c97770df80
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Feb 21 23:51:24 2013 +1000
summary:
  PEP 426: avoid ambiguous pronouns

files:
  pep-0426.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -1380,8 +1380,8 @@
 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.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list