]> granicus.if.org Git - python/commitdiff
#1719: capitalization error in "UuidCreate".
authorGeorg Brandl <georg@python.org>
Sat, 5 Jan 2008 20:46:29 +0000 (20:46 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 5 Jan 2008 20:46:29 +0000 (20:46 +0000)
Doc/library/msilib.rst

index 6c7955a7fe9a97d02e378fa551f9c43694df6efd..229e000144eda088886a01b493fa8e063d7c1a0a 100644 (file)
@@ -42,7 +42,7 @@ structures.
    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`.