[py-svn] r35742 - py/dist/py/rest
guido at codespeak.net
guido at codespeak.net
Thu Dec 14 15:37:13 CET 2006
Author: guido
Date: Thu Dec 14 15:37:09 2006
New Revision: 35742
Modified:
py/dist/py/rest/rst.py
Log:
Yes! 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 15:37:09 2006
@@ -134,6 +134,7 @@
return text + self.render_links()
class Transition(AbstractNode):
+ """ a horizontal line """
parentclass = Rest
def __init__(self, char='-', width=80, *args, **kwargs):
More information about the py-svn
mailing list