Skip to content

Commit f7d1cd3

Browse files
leopardracerpacrob
authored andcommitted
Update providers.rst
1 parent 24de1e6 commit f7d1cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/providers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ shown below.
419419
... await w3.provider.disconnect()
420420
421421
# run the example
422-
>>> asyncio.run(await_instantiation_example)
422+
>>> asyncio.run(await_instantiation_example())
423423
424424
.. code-block:: python
425425
@@ -434,7 +434,7 @@ shown below.
434434
... await w3.provider.disconnect()
435435
436436
# run the example
437-
>>> asyncio.run(await_provider_connect_example)
437+
>>> asyncio.run(await_provider_connect_example())
438438
439439
:class:`~web3.providers.persistent.PersistentConnectionProvider` classes use the
440440
:class:`~web3.providers.persistent.request_processor.RequestProcessor` class under the

0 commit comments

Comments
 (0)