Skip to content

Commit ce5536b

Browse files
Lint docs v4
1 parent dd1e8b4 commit ce5536b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/NEWS.d/next/Core and Builtins/2024-01-15-18-11-48.gh-issue-113190.OwQX64.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This updates the interned string deallocation function
2-
`_PyUnicode_ClearInterned` to delete all interned strings during runtime
3-
finalization when calling `Py_Finalize`, regardless of their reference
2+
``_PyUnicode_ClearInterned`` to delete all interned strings during runtime
3+
finalization when calling ``Py_Finalize``, regardless of their reference
44
count.
55

66
Worth noting that if an extension accidentally holds onto a interned string,

0 commit comments

Comments
 (0)