[Python-checkins] peps: Fix a place where c -> rc normalization rules were missed

donald.stufft python-checkins at python.org
Tue Dec 23 15:26:03 CET 2014


https://hg.python.org/peps/rev/a8d5ca476b4c
changeset:   5649:a8d5ca476b4c
user:        Donald Stufft <donald at stufft.io>
date:        Tue Dec 23 09:25:45 2014 -0500
summary:
  Fix a place where c -> rc normalization rules were missed

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


diff --git a/pep-0440.txt b/pep-0440.txt
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -396,7 +396,7 @@
 
 All ascii letters should be interpreted case insensitively within a version and
 the normal form is lowercase. This allows versions such as ``1.1RC1`` which
-would be normalized to ``1.1c1``.
+would be normalized to ``1.1rc1``.
 
 
 Integer Normalization

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


More information about the Python-checkins mailing list