[py-svn] r35740 - py/dist/py/rest

guido at codespeak.net guido at codespeak.net
Thu Dec 14 14:56:22 CET 2006


Author: guido
Date: Thu Dec 14 14:56:21 2006
New Revision: 35740

Modified:
   py/dist/py/rest/rst.py
Log:
Another docstring...


Modified: py/dist/py/rest/rst.py
==============================================================================
--- py/dist/py/rest/rst.py	(original)
+++ py/dist/py/rest/rst.py	Thu Dec 14 14:56:21 2006
@@ -103,6 +103,8 @@
         return [self.text()]
 
 class Rest(AbstractNode):
+    """ Root node of a document """
+    
     sep = "\n\n"
     def __init__(self, *args, **kwargs):
         AbstractNode.__init__(self, *args, **kwargs)



More information about the pytest-commit mailing list