[Python-checkins] peps: Tweak a couple of PEP 426 guidelines

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


http://hg.python.org/peps/rev/07720cc06818
changeset:   4725:07720cc06818
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 09 23:28:20 2013 +1000
summary:
  Tweak a couple of PEP 426 guidelines

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
@@ -755,9 +755,9 @@
    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
-   a additional pre-releases by incrementing the numeric component.
+   an additional pre-releases by incrementing the numeric component.
 
-   Developmental releases of post-releases are also generally discouraged,
+   Developmental releases of post-releases are also strongly discouraged,
    but they may be appropriate for projects which use the post-release
    notation for full maintenance releases which may include code changes.
 

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


More information about the Python-checkins mailing list