diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:14:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | 67a223e6efdc81537128e9f8928164b48cc276c3 (patch) | |
tree | c1e9fe222db7e249e5d03dc1af6803956873a1dd /python/python3-amqp | |
parent | 74bd86105263d72779a3c0ec083651e74b43adf3 (diff) |
python/python3-amqp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-amqp')
-rw-r--r-- | python/python3-amqp/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-amqp/README b/python/python3-amqp/README index 90d8fe8231f9..5fb96580d995 100644 --- a/python/python3-amqp/README +++ b/python/python3-amqp/README @@ -1,7 +1,7 @@ amqp - Python AMQP low-level client library. -This is a fork of amqplib which was originally written by Barry Pederson. -It is maintained by the Celery project, and used by kombu as a pure python alternative -when librabbitmq is not available. +This is a fork of amqplib which was originally written by Barry +Pederson. It is maintained by the Celery project, and used by kombu +as a pure python alternative when librabbitmq is not available. This library should be API compatible with librabbitmq. |