diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 8b33b3e8..d82098fa 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -137,7 +137,7 @@ when you execute: """ INSERT INTO users (name, credits, user_id) VALUES (%s, %s, %s) - """ + """, ("John O'Reilly", 42, uuid.uuid1()) )