From: Patrick Date: Wed, 30 Mar 2016 20:45:40 +0000 (+0100) Subject: Docstring Fix X-Git-Tag: rel_1_0_13~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7e141abd7e88276244383773515404b1567ec0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Docstring Fix Change the docstring in short_selects example to match the code (cherry picked from commit 4a3205df84b737f5fe55914fe22eef7264f20764) --- diff --git a/examples/performance/short_selects.py b/examples/performance/short_selects.py index ef1fcff4aa..6f64aa63e3 100644 --- a/examples/performance/short_selects.py +++ b/examples/performance/short_selects.py @@ -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 """