diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 20:46:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 20:46:29 (GMT) |
commit | 165010834ae595294ecc5a98a70fd4f74848c193 (patch) | |
tree | a889ae79f2410bd2fd4f4bfe13d5055ad489c365 | |
parent | 7096a4bfdc041395a4818ff26adac8df765786da (diff) | |
download | cpython-165010834ae595294ecc5a98a70fd4f74848c193.zip cpython-165010834ae595294ecc5a98a70fd4f74848c193.tar.gz cpython-165010834ae595294ecc5a98a70fd4f74848c193.tar.bz2 |
#1719: capitalization error in "UuidCreate".
-rw-r--r-- | Doc/library/msilib.rst | 2 |
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`. |