We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd62194 commit 1342543Copy full SHA for 1342543
docs/internals.rst
@@ -571,7 +571,7 @@ when it comes in.
571
The ``process_subscriptions()`` method on the
572
:class:`~web3.providers.persistent.PersistentConnection` class, the public API for
573
interacting with the active persistent socket connection, is also set up to receive
574
-``eth_subscription`` responses over an asynchronous interator pattern. You can use this
+``eth_subscription`` responses over an asynchronous iterator pattern. You can use this
575
method to listen for raw messages and process them as they come in.
576
577
.. code-block:: python
0 commit comments