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 24de1e6 commit f7d1cd3Copy full SHA for f7d1cd3
docs/providers.rst
@@ -419,7 +419,7 @@ shown below.
419
... await w3.provider.disconnect()
420
421
# run the example
422
- >>> asyncio.run(await_instantiation_example)
+ >>> asyncio.run(await_instantiation_example())
423
424
.. code-block:: python
425
@@ -434,7 +434,7 @@ shown below.
434
435
436
437
- >>> asyncio.run(await_provider_connect_example)
+ >>> asyncio.run(await_provider_connect_example())
438
439
:class:`~web3.providers.persistent.PersistentConnectionProvider` classes use the
440
:class:`~web3.providers.persistent.request_processor.RequestProcessor` class under the
0 commit comments