summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:45:42 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit8890208afafbc66fbaadf79e9b3e86a3480adc18 (patch)
tree280188903025918cfc2af29dfcf9108fd0f0d720 /libraries
parentb7f38f7d75b92ce365f239e51c1d9d9fe902af0d (diff)
downloadslackbuilds-8890208afafbc66fbaadf79e9b3e86a3480adc18.tar.gz
slackbuilds-8890208afafbc66fbaadf79e9b3e86a3480adc18.tar.xz
libraries/gevent: Fix README.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/gevent/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gevent/README b/libraries/gevent/README
index 1cb24df410..429e270503 100644
--- a/libraries/gevent/README
+++ b/libraries/gevent/README
@@ -6,7 +6,7 @@ Features include:
- Lightweight execution units based on greenlet.
- API that re-uses concepts from the Python standard library
(for example there are Events and Queues).
- - Cooperative sockets with SSL support ยป
+ - Cooperative sockets with SSL support.
- DNS queries performed through threadpool or c-ares.
- Monkey patching utility to get 3rd party modules to become
cooperative