Skip to content

Commit e5a7fad

Browse files
committed
Fix typo.
1 parent 09eef17 commit e5a7fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def popen(cmd, mode='r', bufsize=None):
360360
def _norm_version(version,build=''):
361361

362362
""" Normalize the version and build strings and return a single
363-
vesion string using the format major.minor.build (or patchlevel).
363+
version string using the format major.minor.build (or patchlevel).
364364
"""
365365
l = string.split(version,'.')
366366
if build:

0 commit comments

Comments
 (0)