]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 17:01:27 +0000 (17:01 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 17:01:27 +0000 (17:01 +0000)
Lib/platform.py

index ccceeb34267775a8f3538273289223e19f93c122..82f9fa765beef116f9561b8736c782963e733664 100755 (executable)
@@ -360,7 +360,7 @@ def popen(cmd, mode='r', bufsize=None):
 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: