Skip to content

Commit 00582fe

Browse files
committed
add positional-only marker
1 parent 05d25e4 commit 00582fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ types
10651065
as described in :pep:`667`.
10661066

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

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

0 commit comments

Comments
 (0)