Changeset 1816

Show
Ignore:
Timestamp:
08/02/07 00:22:44 (1 year ago)
Author:
arj..@yirdis.nl
Message:

fixed doctests for Element.width|height

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/item.py

    r1801 r1816  
    317317        >>> b._handles[NW].x 
    318318        Variable(0, 40) 
    319         >>> b._handles[NE].x 
     319        >>> b._handles[SE].x 
    320320        Variable(20, 40) 
    321321        """ 
     
    347347        >>> b._handles[NW].y 
    348348        Variable(0, 40) 
    349         >>> b._handles[SW].y 
     349        >>> b._handles[SE].y 
    350350        Variable(10, 40) 
    351351        """