]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
unusual ...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:44:35 +0000 (22:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:44:35 +0000 (22:44 +0000)
doc/build/sqlexpression.rst

index 70aaf6dced0d75e30a8afbd0cac82a8e89e4e704..4d54d036bda150fed14b6233d759db17b81b8770 100644 (file)
@@ -260,7 +260,7 @@ Integer indexes work as well:
 
     >>> row = result.fetchone()
     >>> print "name:", row[1], "; fullname:", row[2]
-    name: jack ; fullname: Jack Jones
+    name: wendy ; fullname: Wendy Williams
 
 But another way, whose usefulness will become apparent later on, is to use the ``Column`` objects directly as keys: