From: Patrick Date: Wed, 30 Mar 2016 20:45:40 +0000 (+0100) Subject: Docstring Fix X-Git-Tag: rel_1_1_0b1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3205df84b737f5fe55914fe22eef7264f20764;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Docstring Fix Change the docstring in short_selects example to match the code --- 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 """