commit | cf3fb259329eedfa9d2c802b2ea5ced287c21e78 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 21 10:52:38 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 21 10:52:38 2007 +0000 |
tree | bd09350c4ac4d66064526573c19ebbcd27f77279 | |
parent | bb75e4e5d243a32cf31b91543b06b829c63e2c70 [diff] [blame] |
Add :term: for generators.
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 @@ .. opcode:: YIELD_VALUE () - Pops ``TOS`` and yields it from a generator. + Pops ``TOS`` and yields it from a :term:`generator`. .. opcode:: IMPORT_STAR ()