Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit85889cd
committed
Refine how tree[subscript] is introduced
This drops the newly introduced precision in Python terminology,likening usage to that of a list or dict (experienced Python userswill already know about sequences and mappings, and inexperiencedusers will, with these terms, be able to understand what is said).Note that this does not undo the broader effect of the previouscommit, which is to make clear that subscripting a tree supportsboth list-like and dict-like usage, not just list-like usage.1 parent6f3a20f commit85889cd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments
Comments
(0)