Skip to content

Commit e90d308

Browse files
fix(rabbitmq): correct pika pypi reference (#817)
## PR Summary This small PR fixes the pika pypi reference in RabbitMqContainer class page. Relevant page: https://testcontainers-python.readthedocs.io/en/latest/modules/rabbitmq/README.html Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent b702918 commit e90d308

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)