mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
This commit is contained in:
parent
af446bbb76
commit
128379b8cd
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Fixed docstrings for in-place operators of built-in types.
|
|
@ -8564,7 +8564,7 @@ an all-zero entry.
|
|||
#NAME "($self, /)\n--\n\n" DOC)
|
||||
#define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \
|
||||
ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
|
||||
#NAME "($self, value, /)\n--\n\nReturn self" DOC "value.")
|
||||
#NAME "($self, value, /)\n--\n\nCompute self " DOC " value.")
|
||||
#define BINSLOT(NAME, SLOT, FUNCTION, DOC) \
|
||||
ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
|
||||
#NAME "($self, value, /)\n--\n\nReturn self" DOC "value.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue