[Python-checkins] peps: Previous typo fix was incorrect

nick.coghlan python-checkins at python.org
Sat Feb 9 14:29:35 CET 2013


http://hg.python.org/peps/rev/0f8af659bae7
changeset:   4726:0f8af659bae7
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 09 23:29:27 2013 +1000
summary:
  Previous typo fix was incorrect

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -755,7 +755,7 @@
    Creating developmental releases of pre-releases is strongly
    discouraged, as it makes the version identifier difficult to parse for
    human readers. In general, it is substantially clearer to simply create
-   an additional pre-releases by incrementing the numeric component.
+   additional pre-releases by incrementing the numeric component.
 
    Developmental releases of post-releases are also strongly discouraged,
    but they may be appropriate for projects which use the post-release

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


More information about the Python-checkins mailing list