From: Georg Brandl Date: Sat, 5 Jan 2008 20:46:29 +0000 (+0000) Subject: #1719: capitalization error in "UuidCreate". X-Git-Tag: v2.6a1~734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=165010834ae595294ecc5a98a70fd4f74848c193;p=python #1719: capitalization error in "UuidCreate". --- diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 6c7955a7fe..229e000144 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -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`.