Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/pyzmq/patterns/pair.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ There is no need to think whether you have read the complete message or not.

running it::

python pairserver.py <port>
python pairclient.py <port>
python pairserver.py
python pairclient.py



Expand Down