#1719: capitalization error in "UuidCreate".

This commit is contained in:
Georg Brandl 2008-01-05 20:46:29 +00:00
parent 7096a4bfdc
commit 165010834a
1 changed files with 1 additions and 1 deletions

View 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`.