Skip to content

Commit 7fbecbc

Browse files
committed
Fix news
1 parent 5496c4f commit 7fbecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2025-09-18-14-13-00.gh-issue-139122.m3lp66.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Summary of changes:
2525
Python implementation fully.
2626

2727
* The Python implementation stores UUID values as int objects. The C
28-
implementation stores them as `uint8_t[16]` array.
28+
implementation stores them as ``uint8_t[16]`` array.
2929

3030
* The C implementation has faster hash() implementation but also caches
3131
the computed hash value to speedup cases when UUIDs are used as

0 commit comments

Comments
 (0)