diff --git a/source/pyzmq/patterns/pubsub.rst b/source/pyzmq/patterns/pubsub.rst index fa68559..8afc49f 100644 --- a/source/pyzmq/patterns/pubsub.rst +++ b/source/pyzmq/patterns/pubsub.rst @@ -63,7 +63,7 @@ Other things to note: * A publisher has no connected subscribers, then it will simply drop all messages. * If you're using TCP, and a subscriber is slow, messages will queue up on the publisher. -* In the current versions of ØMQ, filtering happens at the subscriber side, not the publisher side. +* In recent versions of ØMQ, filtering now happens already at the publisher side, not at the subscriber side.