Skip to content

Commit

Permalink
fix reference to pools.Connections
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Jul 1, 2015
1 parent 29c3178 commit 95d9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ instances:
from kombu import pools
from kombu import Connection
connections = pools.Connection(limit=100)
connections = pools.Connections(limit=100)
producers = pools.Producers(limit=connections.limit)
connection = Connection('amqp://guest:guest@localhost:5672//')
Expand Down

0 comments on commit 95d9372

Please sign in to comment.