From 636fd5474f7a74ccf73a1731914369e5d1280030 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 23 Dec 2014 09:25:45 -0500 Subject: [PATCH] Fix a place where c -> rc normalization rules were missed --- pep-0440.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0440.txt b/pep-0440.txt index ec325ad15..2769f587d 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -396,7 +396,7 @@ Case sensitivity 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