Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e6fedd

Browse files
committed
Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument.
1 parent 4a671fe commit 9e6fedd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,8 @@ \section{The standard type hierarchy\label{types}}
804804
to accept an arbitrary number of positional arguments; bit
805805
\code{0x08} is set if the function uses the \samp{**keywords} syntax
806806
to accept arbitrary keyword arguments; bit \code{0x20} is set if the
807-
function is a \obindex{generator}.
807+
function is a generator.
808+
\obindex{generator}
808809

809810
Future feature declarations (\samp{from __future__ import division})
810811
also use bits in \member{co_flags} to indicate whether a code object

0 commit comments

Comments
 (0)