Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matpompili committed Aug 4, 2022
1 parent 9d72516 commit 7fd1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ As you can imagine, subscribing is very similar to publishing! In the example be
:emphasize-lines: 6, 10

When calling :meth:`~easypubsub.subscriber.Subscriber.receive`, a list of *publications* is returned (all the ones collected since the last call).
Each publication is a tuple of the form ``(topic, message)``, for example ``(lottery.winning_number, 42)``.
Each publication is a tuple of the form ``(topic, message)``, for example ``("lottery.winning_number", 42)``.

EasyPubSub over a LAN
---------------------
Expand Down

0 comments on commit 7fd1ab7

Please sign in to comment.