
python-checkins at python
Nov 24, 2009, 4:21 AM
Post #1 of 1
(79 views)
Permalink
|
|
r76482 - peps/trunk/pep-0386.txt
|
|
Author: tarek.ziade Date: Tue Nov 24 11:23:25 2009 New Revision: 76482 Log: wording Modified: peps/trunk/pep-0386.txt Modified: peps/trunk/pep-0386.txt ============================================================================== --- peps/trunk/pep-0386.txt (original) +++ peps/trunk/pep-0386.txt Tue Nov 24 11:23:25 2009 @@ -122,7 +122,7 @@ The `StrictVersion` class is more strict. From the doc:: - Version numbering for anal retentive and software idealists. + Version numbering for meticulous retentive and software idealists. Implements the standard interface for version number classes as described above. A version number consists of two or three dot-separated numeric components, with an optional "pre-release" tag _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|