We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2b9c6 commit 0ee9788Copy full SHA for 0ee9788
kazoo/client.py
@@ -249,7 +249,7 @@ def __init__(
249
self.ca = ca
250
if max_async_requests > 0:
251
self.logger.info(
252
- "Zookeeper client rate-limited to %d concurent async requests",
+ "Zookeeper client rate-limited to %d concurrent async requests",
253
max_async_requests,
254
)
255
self.rate_limiting_sem = self.handler.semaphore_impl(
0 commit comments