]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Docstring Fix
authorPatrick <patrick.dobbs@supplierselect.com>
Wed, 30 Mar 2016 20:45:40 +0000 (21:45 +0100)
committerPatrick <patrick.dobbs@supplierselect.com>
Wed, 30 Mar 2016 20:45:40 +0000 (21:45 +0100)
Change the docstring in short_selects example to match the code

examples/performance/short_selects.py

index ef1fcff4aad94d79a43087ceba654e7faac49edf..6f64aa63e3e2bed5d8fc4055b0fa22cfba2e3750 100644 (file)
@@ -1,5 +1,5 @@
-"""This series of tests illustrates different ways to INSERT a large number
-of rows in bulk.
+"""This series of tests illustrates different ways to SELECT a single
+record by primary key
 
 
 """