Skip to content

Commit f43112a

Browse files
committed
fix py:func reference target not found
1 parent e722141 commit f43112a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,8 @@ types
10641064
This represents the type of the :attr:`frame.f_locals` attribute,
10651065
as described in :pep:`667`.
10661066

1067-
* Expose ``_PyObject_LookupSpecialMethod()`` as
1068-
:func:`types.lookup_special_method(obj, attr, /)`.
1067+
* Expose ``_PyObject_LookupSpecialMethod`` as
1068+
:func:`types.lookup_special_method`.
10691069

10701070
unicodedata
10711071
-----------
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Expose ``_PyObject_LookupSpecialMethod()`` as
2-
:func:`types.lookup_special_method(obj, attr, /)`.
1+
Expose ``_PyObject_LookupSpecialMethod`` as
2+
:func:`types.lookup_special_method`.

0 commit comments

Comments
 (0)