Commit 6f3a20f
committed
Change how tree[subscript] is introduced
This modifies the Tree docstring to replace the phrase "Tree as a
list" with a phrase that:
- Encompasses the use where subscripts are not integers or slices.
- Is more precise in its terminology.
The former advantage--not leaving out the case where one can pass
a string--is the rationale.1 parent 01cc8e2 commit 6f3a20f
1 file changed
+1
-1
lines changed| 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