summaryrefslogtreecommitdiff
path: root/examples/performance
diff options
context:
space:
mode:
Diffstat (limited to 'examples/performance')
-rw-r--r--examples/performance/bulk_updates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/performance/bulk_updates.py b/examples/performance/bulk_updates.py
index 0657c96f3..c15d0f167 100644
--- a/examples/performance/bulk_updates.py
+++ b/examples/performance/bulk_updates.py
@@ -1,5 +1,5 @@
-"""This series of tests illustrates different ways to UPDATE a large number
-of rows in bulk.
+"""This series of tests will illustrate different ways to UPDATE a large number
+of rows in bulk (under construction! there's just one test at the moment)
"""