Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 8, 2019
1 parent e67913e commit fdf786f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ async def start(self):

@property
def messages(self):
"""Received messages from the broker. Each message is a tuple of the
topic and the message.
"""An asyncio.Queue of received messages from the broker. Each message
is a topic-message tuple.
>>> await client.messages.get()
('/my/topic', b'my-message')
Expand Down

0 comments on commit fdf786f

Please sign in to comment.