summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/performance/short_selects.py4
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
"""