summaryrefslogtreecommitdiff
path: root/benchmarks/basic_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/basic_operations.py')
-rw-r--r--benchmarks/basic_operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/basic_operations.py b/benchmarks/basic_operations.py
index 1dc4a87..c9f5853 100644
--- a/benchmarks/basic_operations.py
+++ b/benchmarks/basic_operations.py
@@ -13,7 +13,7 @@ def parse_args():
parser.add_argument(
"-P",
type=int,
- help=("Pipeline <numreq> requests." " Default 1 (no pipeline)."),
+ help=("Pipeline <numreq> requests. Default 1 (no pipeline)."),
default=1,
)
parser.add_argument(