diff options
author | Patrick <patrick.dobbs@supplierselect.com> | 2016-03-30 21:45:40 +0100 |
---|---|---|
committer | Patrick <patrick.dobbs@supplierselect.com> | 2016-03-30 21:45:40 +0100 |
commit | 4a3205df84b737f5fe55914fe22eef7264f20764 (patch) | |
tree | 686a0781b3eb4caa94eb4f1ba826107151820216 | |
parent | 5370f0503ad79e46a5d63c0f8ec0e9533447d25f (diff) | |
download | sqlalchemy-pr/254.tar.gz |
Docstring Fixpr/254
Change the docstring in short_selects example to match the code
-rw-r--r-- | examples/performance/short_selects.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/performance/short_selects.py b/examples/performance/short_selects.py index ef1fcff4a..6f64aa63e 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 """ |