From: Georg Brandl Date: Sun, 15 Mar 2009 21:46:00 +0000 (+0000) Subject: #5488: add missing struct member. X-Git-Tag: v2.7a1~1856 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44e5cd3e517e266eb89281ace5033571179e8931;p=python #5488: add missing struct member. --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 24f508e8b3..a320d9e676 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -1180,6 +1180,7 @@ 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;