summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 20:46:29 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 20:46:29 (GMT)
commit165010834ae595294ecc5a98a70fd4f74848c193 (patch)
treea889ae79f2410bd2fd4f4bfe13d5055ad489c365
parent7096a4bfdc041395a4818ff26adac8df765786da (diff)
downloadcpython-165010834ae595294ecc5a98a70fd4f74848c193.zip
cpython-165010834ae595294ecc5a98a70fd4f74848c193.tar.gz
cpython-165010834ae595294ecc5a98a70fd4f74848c193.tar.bz2
#1719: capitalization error in "UuidCreate".
-rw-r--r--Doc/library/msilib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index 6c7955a..229e000 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`.