From: Raymond Hettinger Date: Sun, 7 Dec 2003 12:49:48 +0000 (+0000) Subject: Fix missing paren. X-Git-Tag: v2.4a1~1128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e180307c10ff9ddc3da73798e1130b1ac68c8fdf;p=thirdparty%2FPython%2Fcpython.git Fix missing paren. --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index adfd2ba69b1c..1fadc465f7dd 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -854,7 +854,7 @@ PyMappingMethods *tp_as_mapping; GC-related fields \member{tp_traverse} and \member{tp_clear} are present in the type object; but those fields also exist when \constant{Py_TPFLAGS_HAVE_GC} is clear but - \constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set). + \constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set. \end{datadesc} \begin{datadesc}{Py_TPFLAGS_DEFAULT}