Skip to content

Commit 0ee9788

Browse files
ceachea-ungurianu
andauthored
Update kazoo/client.py
Co-authored-by: Alex Ungurianu <[email protected]>
1 parent 7d2b9c6 commit 0ee9788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kazoo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def __init__(
249249
self.ca = ca
250250
if max_async_requests > 0:
251251
self.logger.info(
252-
"Zookeeper client rate-limited to %d concurent async requests",
252+
"Zookeeper client rate-limited to %d concurrent async requests",
253253
max_async_requests,
254254
)
255255
self.rate_limiting_sem = self.handler.semaphore_impl(

0 commit comments

Comments
 (0)