Fixa grammatical error.

This commit is contained in:
Brett Cannon 2009-08-31 20:33:59 +00:00
parent a9c0e3f3b5
commit 1e8c94919f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Distutils
Distutils currently provides a `StrictVersion` and a `LooseVersion` class
that can be used to manage versions.
The `LooseVersion` class is quite laxest. From Distutils doc::
The `LooseVersion` class is quite lax. From Distutils doc::
Version numbering for anarchists and software realists.
Implements the standard interface for version number classes as