From b832bb907dc31d8f97716a3c89a3b08439186c19 Mon Sep 17 00:00:00 2001 From: kuyan Date: Wed, 12 Jun 2013 20:35:15 -0700 Subject: [PATCH] 'many' --> 'much' --- docs/scenarios/network.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/network.rst b/docs/scenarios/network.rst index b01c0ef..56031aa 100644 --- a/docs/scenarios/network.rst +++ b/docs/scenarios/network.rst @@ -4,10 +4,10 @@ Networking Twisted ------- -`Twisted `_ is an event-driven networking engine. It can be -used to build applications around many different networking protocols, including http servers -and clients, applications using SMTP, POP3, IMAP or SSH protocols, instant messaging and -`many more `_. +`Twisted `_ is an event-driven networking +engine. It can be used to build applications around many different networking +protocols, including http servers and clients, applications using SMTP, POP3, +IMAP or SSH protocols, instant messaging and `much more `_. PyZMQ -----