]> granicus.if.org Git - python/commitdiff
Add explicit text for where an obindex call for generators was since obindex does...
authorBrett Cannon <bcannon@gmail.com>
Sun, 15 Jun 2003 22:57:44 +0000 (22:57 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 15 Jun 2003 22:57:44 +0000 (22:57 +0000)
Doc/ref/ref3.tex

index fe628e05fee2314f6288bb8727cb12bf1f7f485e..a5a5d9f02f86963eec9d113c609b2d3d906171e9 100644 (file)
@@ -804,7 +804,8 @@ The following flag bits are defined for \member{co_flags}: bit
 to accept an arbitrary number of positional arguments; bit
 \code{0x08} is set if the function uses the \samp{**keywords} syntax
 to accept arbitrary keyword arguments; bit \code{0x20} is set if the
-function is a \obindex{generator}.
+function is a generator.
+\obindex{generator}
 
 Future feature declarations (\samp{from __future__ import division})
 also use bits in \member{co_flags} to indicate whether a code object