mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Syntax fixes for examples in the Doc/includes
This commit is contained in:
parent
134c35b191
commit
c961322f4f
2 changed files with 4 additions and 4 deletions
|
@ -23,4 +23,4 @@ con.executescript("""
|
|||
insert into recipe (name, ingredients) values ('pumpkin pie', 'pumpkin sugar flour butter');
|
||||
""")
|
||||
for row in con.execute("select rowid, name, ingredients from recipe where name match 'pie'"):
|
||||
print row
|
||||
print(row)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue