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.
2 parents d2609c5 + 49a3d2e commit b4fac7bCopy full SHA for b4fac7b
docs/web3.eth.rst
@@ -226,7 +226,7 @@ The following properties are available on the ``web3.eth`` namespace.
226
.. code-block:: python
227
228
>>> from web3.middleware import simple_cache_middleware
229
- >>> w3.middleware_onion.add(simple_cache_middleare)
+ >>> w3.middleware_onion.add(simple_cache_middleware)
230
231
232
.. py:attribute:: Eth.chainId
newsfragments/2449.doc.rst
@@ -0,0 +1 @@
1
+Fix typo in simple_cache_middleware example
0 commit comments