diff options
author | Carson Ip <carsonip715@gmail.com> | 2019-10-25 16:41:07 +0800 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2019-11-08 05:21:16 -0800 |
commit | 3861e16ea4ef8d60bc6ffc51c0183da33c629642 (patch) | |
tree | e72741a5edf3eb2fe141fe2c37a2001f3797989b /benchmarks/consumer_performance.py | |
parent | 736218da447cc97624d1f0838f1a15fefc24bd24 (diff) | |
download | kafka-python-3861e16ea4ef8d60bc6ffc51c0183da33c629642.tar.gz |
Fix typos
Diffstat (limited to 'benchmarks/consumer_performance.py')
-rwxr-xr-x | benchmarks/consumer_performance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/consumer_performance.py b/benchmarks/consumer_performance.py index d7580ce..9e3b6a9 100755 --- a/benchmarks/consumer_performance.py +++ b/benchmarks/consumer_performance.py @@ -157,7 +157,7 @@ def get_args_parser(): default=100) parser.add_argument( '--consumer-config', type=str, nargs='+', default=(), - help='kafka consumer related configuaration properties like ' + help='kafka consumer related configuration properties like ' 'bootstrap_servers,client_id etc..') parser.add_argument( '--fixture-compression', type=str, |