From e5a7fad356a98f931bbe0d2c9e4b18854510c3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 21 Nov 2005 17:01:27 +0000 Subject: Fix typo. --- Lib/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/platform.py b/Lib/platform.py index ccceeb3..82f9fa7 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -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: -- cgit v0.12