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/README | |
parent | 22034ece4bce4027fb7fb787c4198c4ce417b30b (diff) |
python/pyzmq: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pyzmq/README')
-rw-r--r-- | python/pyzmq/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyzmq/README b/python/pyzmq/README index efc06f708855b..64b64d9d84457 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. |