diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/members/current/index.html index 83ce8a15789a426ed60719c37fa0a08c5f222e50..1bbb41f5893fcf104bc08282a9affe56d24d02cd 100644 --- a/www/conservancy/static/members/current/index.html +++ b/www/conservancy/static/members/current/index.html @@ -94,10 +94,10 @@ up to tens thousands of connections but without the complexity usually associated with event-driven architecture.

Gevent provides light-weight “green” threads with a similar -> interface as the standard “threading” and -“multiprocessing” packages. > The library includes a DNS -resolver, a WSGI server, a monkey patching > utility to make 3rd party -protocol implementations cooperative and > support for SSL sockets.

+interface as the standard “threading” and +“multiprocessing” packages. The library includes a DNS +resolver, a WSGI server, a monkey patching utility to make 3rd party +protocol implementations cooperative and support for SSL sockets.

Git