diff options
author | Georg Brandl <georg@python.org> | 2009-09-01 08:02:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-01 08:02:03 (GMT) |
commit | 11b6a64ea92e93710ca55c560059edd8ea5292b2 (patch) | |
tree | fccbaf4f4908d0a38a610ef505780cc455149869 | |
parent | 2f3ed6808ee2952a064619a5cea8a902ac44a98c (diff) | |
download | cpython-11b6a64ea92e93710ca55c560059edd8ea5292b2.zip cpython-11b6a64ea92e93710ca55c560059edd8ea5292b2.tar.gz cpython-11b6a64ea92e93710ca55c560059edd8ea5292b2.tar.bz2 |
#6754: remove old struct member nb_inplace_divide.
-rw-r--r-- | Doc/c-api/typeobj.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index eba8d69..2e2f9c4 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -1052,7 +1052,6 @@ Number Object Structures binaryfunc nb_inplace_add; binaryfunc nb_inplace_subtract; binaryfunc nb_inplace_multiply; - binaryfunc nb_inplace_divide; binaryfunc nb_inplace_remainder; ternaryfunc nb_inplace_power; binaryfunc nb_inplace_lshift; |