diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-04-24 16:36:49 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-04-24 16:36:49 (GMT) |
commit | 47c2ab6b5446b22daa592c70cb9fc29d27e1c503 (patch) | |
tree | c37f54016cc9ef3881358bb5cf85c37809ff0267 /Lib/platform.py | |
parent | d859d470a110f946485a8ad792ee2a04dbc1418a (diff) | |
download | cpython-47c2ab6b5446b22daa592c70cb9fc29d27e1c503.zip cpython-47c2ab6b5446b22daa592c70cb9fc29d27e1c503.tar.gz cpython-47c2ab6b5446b22daa592c70cb9fc29d27e1c503.tar.bz2 |
Fix docstring typo
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index 8e3b47f..613967a 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -449,7 +449,7 @@ def win32_ver(release='',version='',csd='',ptype=''): means the OS version uses debugging code, i.e. code that checks arguments, ranges, etc. (Thomas Heller). - Note: this functions only works if Mark Hammond's win32 + Note: this function only works if Mark Hammond's win32 package is installed and obviously only runs on Win32 compatible platforms. |