]> granicus.if.org Git - python/commitdiff
#5488: add missing struct member.
authorGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:46:00 +0000 (21:46 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:46:00 +0000 (21:46 +0000)
Doc/c-api/typeobj.rst

index 24f508e8b3a2e66569cd1632c5f4ecad081c6899..a320d9e6764f0bdbb7ce948bca73d8746778361c 100644 (file)
@@ -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;