[Python-checkins] r59752 - python/trunk/Doc/library/msilib.rst

georg.brandl python-checkins at python.org
Sat Jan 5 21:46:29 CET 2008


Author: georg.brandl
Date: Sat Jan  5 21:46:29 2008
New Revision: 59752

Modified:
   python/trunk/Doc/library/msilib.rst
Log:
#1719: capitalization error in "UuidCreate".


Modified: python/trunk/Doc/library/msilib.rst
==============================================================================
--- python/trunk/Doc/library/msilib.rst	(original)
+++ python/trunk/Doc/library/msilib.rst	Sat Jan  5 21:46:29 2008
@@ -42,7 +42,7 @@
    exposed.
 
 
-.. function:: UUIDCreate()
+.. function:: UuidCreate()
 
    Return the string representation of a new unique identifier. This wraps the
    Windows API functions :cfunc:`UuidCreate` and :cfunc:`UuidToString`.


More information about the Python-checkins mailing list