diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-08 07:42:20 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-08 07:42:20 +0000 |
| commit | cf1658f21f66a560e0315bdf58e53995c24cda15 (patch) | |
| tree | a05ece0d3f96cb54db7ba7edfec30a8e76684c04 /docs | |
| parent | 1a6e9e316162caeba171735372b32982bc2ede43 (diff) | |
| download | pyramid-cf1658f21f66a560e0315bdf58e53995c24cda15.tar.gz pyramid-cf1658f21f66a560e0315bdf58e53995c24cda15.tar.bz2 pyramid-cf1658f21f66a560e0315bdf58e53995c24cda15.zip | |
Edited for clarity.
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 041aee89c..f54e38572 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -245,7 +245,7 @@ method is how Python itself typically determines whether an object is Each container node is presumed to be willing to return a child node or raise a ``KeyError`` based on a name passed to its ``__getitem__``. -No leaf-level instance is required to have a ``__getitem__``. If +Leaf-level instances must not have a ``__getitem__``. If instances that you'd like to be leaves already happen to have a ``__getitem__`` through some historical inequity, you should subclass these node types and cause their ``__getitem__`` methods to simply |
