Fix a place where c -> rc normalization rules were missed

This commit is contained in:
Donald Stufft 2014-12-23 09:25:45 -05:00
parent a16f3429d8
commit 636fd5474f
1 changed files with 1 additions and 1 deletions

View File

@ -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