Show
Ignore:
Timestamp:
05/31/06 17:32:14 (6 years ago)
Author:
mk
Message:

Check docstrings for use of reST (closes ticket #11).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/tests/data/module1.py

    r32 r33  
    3636        pass 
    3737 
     38    def method5(self): 
     39        """Method with few definitions. 
     40 
     41        :Word: And its definition. 
     42        """ 
     43        pass 
     44 
    3845class Class2: 
    3946 
     
    7178    """ 
    7279    pass 
     80 
     81def func7(): 
     82    "Time to get *a bit* of reST." 
     83    pass