summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-11-14 21:45:42 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit8890208afafbc66fbaadf79e9b3e86a3480adc18 (patch)
tree280188903025918cfc2af29dfcf9108fd0f0d720
parentb7f38f7d75b92ce365f239e51c1d9d9fe902af0d (diff)
downloadslackbuilds-8890208afafbc66fbaadf79e9b3e86a3480adc18.tar.gz
libraries/gevent: Fix README.
-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