diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 38b90c8e2..931da512d 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -31,7 +31,7 @@ typically instances of Python classes. The model graph consists of *container* nodes and *leaf* nodes. There is only one difference between *container* node and a *leaf* node: -*container* nodes posess a ``__getitem__`` method while *leaf* nodes +*container* nodes possess a ``__getitem__`` method while *leaf* nodes do not. The ``__getitem__`` method was chosen as the signifying difference between the two types of nodes because the presence of this method is how Python itself typically determines whether an object is |
