Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Feb 15, 2015
1 parent 63bc683 commit c15915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiozmq/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def create_zmq_stream(zmq_type, *, bind=None, connect=None,
high_write=None, low_write=None):
"""A wrapper for create_zmq_connection() returning a Stream instance.
The arguments are all the usual arguments to create_connection()
The arguments are all the usual arguments to create_zmq_connection()
except protocol_factory; most common are positional host and port,
with various optional keyword arguments following.
Expand Down

0 comments on commit c15915a

Please sign in to comment.