Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Modules/_uuidmodule.c
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
zooba and vstinner authored May 6, 2020
commit c639713a2f2bf3efdc31fe6672a99b2ca66298b7
2 changes: 1 addition & 1 deletion Modules/_uuidmodule.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Python UUID module that wraps libuuid or rpcrt4.dll
* Python UUID module that wraps libuuid or Windows rpcrt4.dll.
* DCE compatible Universally Unique Identifier library.
*/

Expand Down