From 4a3205df84b737f5fe55914fe22eef7264f20764 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 30 Mar 2016 21:45:40 +0100 Subject: [PATCH] Docstring Fix Change the docstring in short_selects example to match the code --- examples/performance/short_selects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 """ -- 2.47.2