From 11b6a64ea92e93710ca55c560059edd8ea5292b2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 1 Sep 2009 08:02:03 +0000 Subject: #6754: remove old struct member nb_inplace_divide. --- Doc/c-api/typeobj.rst | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v0.12