summaryrefslogtreecommitdiffstats
path: root/python/python3-amqp
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:14:41 +0100
committer B. Watson2022-03-17 17:37:57 +0100
commit67a223e6efdc81537128e9f8928164b48cc276c3 (patch)
treec1e9fe222db7e249e5d03dc1af6803956873a1dd /python/python3-amqp
parent74bd86105263d72779a3c0ec083651e74b43adf3 (diff)
downloadslackbuilds-67a223e6efdc81537128e9f8928164b48cc276c3.tar.gz
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/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-amqp/README b/python/python3-amqp/README
index 90d8fe8231..5fb96580d9 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.