From 3fb65de645bf4dd1beb8e893bdaa2c4766bbd1fa Mon Sep 17 00:00:00 2001 From: David Gilman Date: Wed, 14 Dec 2022 04:18:41 -0500 Subject: Combine auto-concatenated strings (#2482) --- benchmarks/basic_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/basic_operations.py') 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 requests." " Default 1 (no pipeline)."), + help=("Pipeline requests. Default 1 (no pipeline)."), default=1, ) parser.add_argument( -- cgit v1.2.1