From ac5b67661aa424e9a191da2a326b2484d08c1d47 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 17 Jan 2011 14:48:38 -0500 Subject: [PATCH] Removed stray >'s. --- www/conservancy/static/members/current/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/members/current/index.html index 83ce8a15..1bbb41f5 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