Fix a place where c -> rc normalization rules were missed
This commit is contained in:
parent
a16f3429d8
commit
636fd5474f
|
@ -396,7 +396,7 @@ Case sensitivity
|
||||||
|
|
||||||
All ascii letters should be interpreted case insensitively within a version and
|
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
|
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
|
Integer Normalization
|
||||||
|
|
Loading…
Reference in New Issue