Changeset 3000

Show
Ignore:
Timestamp:
01/31/08 05:03:11 (10 months ago)
Author:
walter.doerwald
Message:

Fix typos in xattrs() docstring.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython/trunk/IPython/Extensions/ipipe.py

    r2966 r3000  
    885885    for ``"default"`` mode. 
    886886 
    887     The implementation must yield attribute descriptor (see the class 
     887    The implementation must yield attribute descriptors (see the class 
    888888    ``Descriptor`` for more info). The ``__xattrs__`` method may also return 
    889     attribute descriptor string (and ``None``) which will be converted to real 
     889    attribute descriptor strings (and ``None``) which will be converted to real 
    890890    descriptors by ``upgradexattr()``. 
    891891    """