summaryrefslogtreecommitdiffstats
path: root/Lib/platform.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-11-21 17:01:27 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-11-21 17:01:27 (GMT)
commite5a7fad356a98f931bbe0d2c9e4b18854510c3dd (patch)
tree8893439727dcdabd7b7d072184869e91430b4c3a /Lib/platform.py
parent09eef173b26c073921609688deb08d0e567d8a30 (diff)
downloadcpython-e5a7fad356a98f931bbe0d2c9e4b18854510c3dd.zip
cpython-e5a7fad356a98f931bbe0d2c9e4b18854510c3dd.tar.gz
cpython-e5a7fad356a98f931bbe0d2c9e4b18854510c3dd.tar.bz2
Fix typo.
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py2
1 files changed, 1 insertions, 1 deletions
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: