summaryrefslogtreecommitdiffstats
path: root/libraries/gevent
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gevent')
-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