Skip to content

Commit d917198

Browse files
committed
Suggestions from PR #2805
1 parent 80d2dfc commit d917198

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/web3.eth.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ you can find the latest block number in these two ways:
4040
TypeError: This data is immutable -- create a copy instead of modifying
4141
4242
This feature is available via the ``attrdict_middleware`` which is a default middleware.
43-
Of note, accessing a property via attribute will break type hinting. If typing is
44-
crucial for your application, accessing via key / value, as well as removing the
45-
``attrdict_middleware`` altogether, may be desired.
43+
44+
.. note::
45+
Accessing an ``AttributeDict`` property via attribute will break type hinting. If
46+
typing is crucial for your application, accessing via key / value, as well as
47+
removing the ``attrdict_middleware`` altogether, may be desired.
4648

4749

4850
Properties

0 commit comments

Comments
 (0)