Skip to content

Commit 1bce376

Browse files
splanquartauvipy
andauthored
fix: typo in pools documentation about use_global_limit (#2285)
Co-authored-by: Asif Saif Uddin <[email protected]>
1 parent 81daa0d commit 1bce376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/pools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ argument:
189189
190190
from kombu import pools
191191
192-
connections = pools.Connections(limit=pools.use_default_limit)
192+
connections = pools.Connections(limit=pools.use_global_limit)

0 commit comments

Comments
 (0)