Skip to content

Commit 1303db2

Browse files
committed
Fix the function name in the NEWS entry
1 parent 480faa6 commit 1303db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Deprecate the private functions :c:func:`!_PyType_Lookup` and
2-
:c:func:`!_PyType_LookupRef`: use the new public :c:func:`PyType_LookupRef`
2+
:c:func:`!_PyType_LookupRef`: use the new public :c:func:`PyType_Lookup`
33
function instead. Patch by Victor Stinner.

0 commit comments

Comments
 (0)