]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix docstring typo
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 16:36:49 +0000 (16:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 16:36:49 +0000 (16:36 +0000)
Lib/platform.py

index 8e3b47fb9dc7dc7a558dc1ac27a26192bb3687e5..613967a4faaff6b5922443e3425690a9433afe25 100755 (executable)
@@ -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.