diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-07 12:49:48 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-07 12:49:48 (GMT) |
commit | e180307c10ff9ddc3da73798e1130b1ac68c8fdf (patch) | |
tree | a9f28a63900c6c4ff7c872f3d53896ee138029c0 /Doc/api | |
parent | 295530585bc749b341a5de83c9fed64d2f18e030 (diff) | |
download | cpython-e180307c10ff9ddc3da73798e1130b1ac68c8fdf.zip cpython-e180307c10ff9ddc3da73798e1130b1ac68c8fdf.tar.gz cpython-e180307c10ff9ddc3da73798e1130b1ac68c8fdf.tar.bz2 |
Fix missing paren.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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} |