From 94b3c5f95347c47c3bdc378560c7c070aae62fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Granade?= Date: Mon, 3 Oct 2016 14:17:47 +0200 Subject: [PATCH] typo in command to running example - no port option --- source/pyzmq/patterns/pair.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/pyzmq/patterns/pair.rst b/source/pyzmq/patterns/pair.rst index 7c0a528..2d1ac0c 100644 --- a/source/pyzmq/patterns/pair.rst +++ b/source/pyzmq/patterns/pair.rst @@ -40,8 +40,8 @@ There is no need to think whether you have read the complete message or not. running it:: - python pairserver.py - python pairclient.py + python pairserver.py + python pairclient.py