diff options
author | David Gilman <dgilman@aidentified.com> | 2022-12-14 04:18:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 11:18:41 +0200 |
commit | 3fb65de645bf4dd1beb8e893bdaa2c4766bbd1fa (patch) | |
tree | d5074882a70d502c91122f252788f27f1670901e /benchmarks/basic_operations.py | |
parent | 6487f9555ba2d08083a081df9b65b642427361fa (diff) | |
download | redis-py-3fb65de645bf4dd1beb8e893bdaa2c4766bbd1fa.tar.gz |
Combine auto-concatenated strings (#2482)
Diffstat (limited to 'benchmarks/basic_operations.py')
-rw-r--r-- | benchmarks/basic_operations.py | 2 |
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( |