]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport r41489:
authorWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 17:01:49 +0000 (17:01 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 17:01:49 +0000 (17:01 +0000)
Fix typo.

Lib/platform.py

index 372fe921022a27a4c958ab785bd601a5ed704ea5..25b946a70b56a34dd283ab595c675945e896f539 100755 (executable)
@@ -354,7 +354,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: