Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(896)

Unified Diff: Doc/includes/sqlite3/ctx_manager.py

Issue 11929: Improve usage of PEP8 in Docs/includes/*
Patch Set: Created 2 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Doc/includes/sqlite3/countcursors.py ('k') | Doc/includes/sqlite3/execute_1.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
--- a/Doc/includes/sqlite3/ctx_manager.py
+++ b/Doc/includes/sqlite3/ctx_manager.py
@@ -1,7 +1,8 @@
import sqlite3
con = sqlite3.connect(":memory:")
-con.execute("create table person (id integer primary key, firstname varchar unique)")
+con.execute("create table person "
+ "(id integer primary key, firstname varchar unique)")
# Successful, con.commit() is called automatically afterwards
with con:
« no previous file with comments | « Doc/includes/sqlite3/countcursors.py ('k') | Doc/includes/sqlite3/execute_1.py » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7