File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ you can find the latest block number in these two ways:
40
40
TypeError : This data is immutable -- create a copy instead of modifying
41
41
42
42
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.
46
48
47
49
48
50
Properties
You can’t perform that action at this time.
0 commit comments