diff options
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 |
commit | 8890208afafbc66fbaadf79e9b3e86a3480adc18 (patch) | |
tree | 280188903025918cfc2af29dfcf9108fd0f0d720 /libraries/gevent | |
parent | b7f38f7d75b92ce365f239e51c1d9d9fe902af0d (diff) |
libraries/gevent: Fix README.
Diffstat (limited to 'libraries/gevent')
-rw-r--r-- | libraries/gevent/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gevent/README b/libraries/gevent/README index 1cb24df41092..429e270503bb 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 |