commit | 11b6a64ea92e93710ca55c560059edd8ea5292b2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Sep 01 08:02:03 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Sep 01 08:02:03 2009 +0000 |
tree | fccbaf4f4908d0a38a610ef505780cc455149869 | |
parent | 2f3ed6808ee2952a064619a5cea8a902ac44a98c [diff] |
#6754: remove old struct member nb_inplace_divide.
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 @@ 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;