From: Andrew M. Kuchling Date: Thu, 24 Apr 2003 16:36:49 +0000 (+0000) Subject: Fix docstring typo X-Git-Tag: v2.3c1~1033 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47c2ab6b5446b22daa592c70cb9fc29d27e1c503;p=thirdparty%2FPython%2Fcpython.git Fix docstring typo --- diff --git a/Lib/platform.py b/Lib/platform.py index 8e3b47fb9dc7..613967a4faaf 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.