diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:29:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 976877493c30d745aff32f51b7b9f64136054169 (patch) | |
tree | f608ccbbf88d91213a27aa15cbd0afce300ef50b /python/pyzmq | |
parent | 22034ece4bce4027fb7fb787c4198c4ce417b30b (diff) |
python/pyzmq: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pyzmq')
-rw-r--r-- | python/pyzmq/README | 2 | ||||
-rw-r--r-- | python/pyzmq/slack-desc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/pyzmq/README b/python/pyzmq/README index efc06f708855..64b64d9d8445 100644 --- a/python/pyzmq/README +++ b/python/pyzmq/README @@ -1,2 +1,2 @@ -PyZMQ contains Python bindings for ØMQ, a lightweight and fast messaging +PyZMQ contains Python bindings for 0MQ, a lightweight and fast messaging implementation. diff --git a/python/pyzmq/slack-desc b/python/pyzmq/slack-desc index b48942c61674..81b4f99200e4 100644 --- a/python/pyzmq/slack-desc +++ b/python/pyzmq/slack-desc @@ -6,9 +6,9 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pyzmq: pyzqm (Python bindings for ØMQ) +pyzmq: pyzqm (Python bindings for 0MQ) pyzmq: -pyzmq: PyZMQ contains Python bindings for ØMQ, a lightweight and fast +pyzmq: PyZMQ contains Python bindings for 0MQ, a lightweight and fast pyzmq: messaging implementation. pyzmq: pyzmq: Homepage: https://github.com/zeromq/pyzmq |