cpython: 80b15cf2611e (original) (raw)

Mercurial > cpython

changeset 78679:80b15cf2611e 3.2

#15742: clarify sqlite parameter substitution example. Suggestion and patch by Mike Hoy. [#15742]

R David Murray rdmurray@bitdance.com
date Mon, 20 Aug 2012 14:14:18 -0400
parents b96a4b1e7ecb
children 2eafe04cb6ed b64947b6f947
files Doc/library/sqlite3.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/sqlite3.rst 2

line wrap: on

line diff

--- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -60,7 +60,7 @@ example:: c.execute("select * from stocks where symbol = '%s'" % symbol) # Do this instead