From 191ee6641ede13864f34a078fea78c14af0a3c70 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 22 Mar 2013 10:05:00 -0300 Subject: [PATCH] Put missing tick back in --- docs/scenarios/network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/network.rst b/docs/scenarios/network.rst index 6b05a5f..b01c0ef 100644 --- a/docs/scenarios/network.rst +++ b/docs/scenarios/network.rst @@ -7,7 +7,7 @@ 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 `_. +`many more `_. PyZMQ -----