[Epydoc-commits] SF.net SVN: epydoc: [1514] trunk/epydoc/src/epydoc/markup/pyval_repr.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-16 05:35:04
|
Revision: 1514 http://svn.sourceforge.net/epydoc/?rev=1514&view=rev Author: edloper Date: 2007-02-15 21:35:01 -0800 (Thu, 15 Feb 2007) Log Message: ----------- - Fixed docstring typo Modified Paths: -------------- trunk/epydoc/src/epydoc/markup/pyval_repr.py Modified: trunk/epydoc/src/epydoc/markup/pyval_repr.py =================================================================== --- trunk/epydoc/src/epydoc/markup/pyval_repr.py 2007-02-16 02:34:36 UTC (rev 1513) +++ trunk/epydoc/src/epydoc/markup/pyval_repr.py 2007-02-16 05:35:01 UTC (rev 1514) @@ -22,7 +22,7 @@ because maxlines is typically around 5, so it's really not worth it. The syntax-highlighted output is encoded using a -L{ParsedEpydocDocstring}, which can then be used to generate output in +L{ParsedEpytextDocstring}, which can then be used to generate output in a variety of formats. """ __docformat__ = 'epytext en' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |