Skip to content

Commit 56af4b5

Browse files
fix(rabbitmq): correct pika pypi reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 408f5c2 commit 56af4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rabbitmq/testcontainers/rabbitmq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class RabbitMqContainer(DockerContainer):
1111
"""
1212
Test container for RabbitMQ. The example below spins up a RabbitMQ broker and uses the
13-
`pika client library <(https://pypi.org/project/pika/)>`__ to establish a connection to the
13+
`pika client library <https://pypi.org/project/pika/>`__ to establish a connection to the
1414
broker.
1515
1616
Example:

0 commit comments

Comments
 (0)