Show More
@@ -74,9 +74,9 b" or a raw string prefix, ``r'...'``." | |||
|
74 | 74 | |
|
75 | 75 | The dot operator can be used as a shorthand for accessing a sub item: |
|
76 | 76 | |
|
77 |
- ``expr.member`` is roughly equivalent to ``expr % |
|
|
77 | - ``expr.member`` is roughly equivalent to ``expr % '{member}'`` if ``expr`` | |
|
78 | 78 | returns a non-list/dict. The returned value is not stringified. |
|
79 |
- ``dict.key`` is identical to ``get(dict, |
|
|
79 | - ``dict.key`` is identical to ``get(dict, 'key')``. | |
|
80 | 80 | |
|
81 | 81 | Aliases |
|
82 | 82 | ======= |
General Comments 0
You need to be logged in to leave comments.
Login now