Skip to content
Snippets Groups Projects
Commit 75f8cef4 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

spelling

parent 3b01321a
No related branches found
No related tags found
No related merge requests found
Pipeline #63198 passed with stages
in 2 minutes and 24 seconds
Previous release notes are hosted on [GitHub](https://github.com/smok-serwis/coolamqp/releases).
Since v1.3.2 they'll be put here and in release description.
# v1.5.0
========
* added properties to identify the server
# v1.4.4
========
......
......@@ -21,8 +21,9 @@ coolamqp
Why CoolAMQP?
-------------
* tested against all versions of RabbitMQ 3.x (with testing with RabbitMQ 4.x pending)
* automatic tests check against RabbitMQ 3.10 and RabbitMQ 4.0
It's the best way to talk Python to RabbitMQ with AMQP 0.9.1.
* tested against all versions of RabbitMQ 3.x and RabbitMQ 4.0
* AMQP 0.9.1 client that's native Python
* heavily optimized for speed
* geared towards interfacing with [RabbitMQ](https://www.rabbitmq.com/)
......
......@@ -351,7 +351,7 @@ class Cluster(object):
@property
def properties(self):
"""
Return a :class:`coolamqp.object.ServerProperties` if a connection was established
Return a :class:`coolamqp.objects.ServerProperties` if a connection was established
"""
return self.snr.properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment