From 97dadcdcc943985022210a76e36a0d6ca1107ad7 2008-01-31 11:03:11 From: walter.doerwald Date: 2008-01-31 11:03:11 Subject: [PATCH] Fix typos in xattrs() docstring. --- diff --git a/IPython/Extensions/ipipe.py b/IPython/Extensions/ipipe.py index 66d2db6..6647282 100644 --- a/IPython/Extensions/ipipe.py +++ b/IPython/Extensions/ipipe.py @@ -884,9 +884,9 @@ def xattrs(item, mode="default"): exist either, ``dir(item)`` is used for ``"detail"`` mode and ``(None,)`` for ``"default"`` mode. - The implementation must yield attribute descriptor (see the class + The implementation must yield attribute descriptors (see the class ``Descriptor`` for more info). The ``__xattrs__`` method may also return - attribute descriptor string (and ``None``) which will be converted to real + attribute descriptor strings (and ``None``) which will be converted to real descriptors by ``upgradexattr()``. """ try: