mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typo.
This commit is contained in:
parent
09eef173b2
commit
e5a7fad356
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ def popen(cmd, mode='r', bufsize=None):
|
||||||
def _norm_version(version,build=''):
|
def _norm_version(version,build=''):
|
||||||
|
|
||||||
""" Normalize the version and build strings and return a single
|
""" 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,'.')
|
l = string.split(version,'.')
|
||||||
if build:
|
if build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue