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/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 @@ .. 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