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/sqlite3.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/sqlite3.rst')
-rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index bee32e6..35f3f38 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -416,7 +416,7 @@ A :class:`Cursor` instance has the following attributes and methods: .. literalinclude:: ../includes/sqlite3/executemany_1.py - Here's a shorter example using a generator: + Here's a shorter example using a :term:`generator`: .. literalinclude:: ../includes/sqlite3/executemany_2.py |