From 165010834ae595294ecc5a98a70fd4f74848c193 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 5 Jan 2008 20:46:29 +0000 Subject: [PATCH] #1719: capitalization error in "UuidCreate". --- Doc/library/msilib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.50.1