[Python-checkins] commit of r41489 - python/trunk/Lib

walter.doerwald@python.org walter.doerwald at python.org
Mon Nov 21 18:01:27 CET 2005


Author: walter.doerwald
Date: Mon Nov 21 18:01:27 2005
New Revision: 41489
Modified:
 python/trunk/Lib/platform.py
Log:
Fix typo.
Modified: python/trunk/Lib/platform.py
==============================================================================
--- python/trunk/Lib/platform.py	(original)
+++ python/trunk/Lib/platform.py	Mon Nov 21 18:01:27 2005
@@ -360,7 +360,7 @@
 def _norm_version(version,build=''):
 
 """ Normalize the version and build strings and return a single
- vesion string using the format major.minor.build (or patchlevel).
+ version string using the format major.minor.build (or patchlevel).
 """
 l = string.split(version,'.')
 if build:


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /