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
1 change: 0 additions & 1 deletion source/pyzmq/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ It is better to install it using virtualenv/virtualenwrapper::
Before using any ØMQ library functions, the caller must initialize a ØMQ context::

import zmq
import time
context = zmq.Context()

Contexts are thread safe unlike sockets. An application can create and manage multiple contexts.
Expand Down