diff options
author | Georg Brandl <georg@python.org> | 2007-10-21 10:52:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-21 10:52:38 (GMT) |
commit | cf3fb259329eedfa9d2c802b2ea5ced287c21e78 (patch) | |
tree | bd09350c4ac4d66064526573c19ebbcd27f77279 /Doc/library/dis.rst | |
parent | bb75e4e5d243a32cf31b91543b06b829c63e2c70 (diff) | |
download | cpython-cf3fb259329eedfa9d2c802b2ea5ced287c21e78.zip cpython-cf3fb259329eedfa9d2c802b2ea5ced287c21e78.tar.gz cpython-cf3fb259329eedfa9d2c802b2ea5ced287c21e78.tar.bz2 |
Add :term: for generators.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index c31a779..85c3030 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -482,7 +482,7 @@ Miscellaneous opcodes. .. opcode:: YIELD_VALUE () - Pops ``TOS`` and yields it from a generator. + Pops ``TOS`` and yields it from a :term:`generator`. .. opcode:: IMPORT_STAR () |