Skip to content

Commit 2608119

Browse files
Lint docs
1 parent ed09466 commit 2608119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ New Features
13661366
* Modified :c:func:`_PyUnicode_ClearInterned` function to always delete all
13671367
interned strings during a call to :c:func:`Py_Finalize`. This makes all
13681368
is backwards incompatible to any C-Extension that holds onto an interned
1369-
string after a call to c:func:`Py_Finalize` and is then reused after a
1369+
string after a call to c:func:`Py_Finalize` and is then reused after a
13701370
call to c:func:`Py_Initialize`. Any issues arising from this behavior will
13711371
normally result in crashes during the exectuion of the subsequent call to
13721372
c:func:`Py_Initatilize` from accessing uninitialized memory. To fix, use

0 commit comments

Comments
 (0)