commit | e180307c10ff9ddc3da73798e1130b1ac68c8fdf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 07 12:49:48 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 07 12:49:48 2003 +0000 |
tree | a9f28a63900c6c4ff7c872f3d53896ee138029c0 | |
parent | 295530585bc749b341a5de83c9fed64d2f18e030 [diff] |
Fix missing paren.
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index adfd2ba..1fadc46 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex
@@ -854,7 +854,7 @@ 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}