[Epydoc-commits] SF.net SVN: epydoc: [1608] trunk/epydoc/src/epydoc/docwriter/html.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-09-23 03:40:09
|
Revision: 1608 http://epydoc.svn.sourceforge.net/epydoc/?rev=1608&view=rev Author: edloper Date: 2007-09-22 20:40:08 -0700 (Sat, 22 Sep 2007) Log Message: ----------- - Fixed typo Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/html.py Modified: trunk/epydoc/src/epydoc/docwriter/html.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/html.py 2007-09-23 02:44:21 UTC (rev 1607) +++ trunk/epydoc/src/epydoc/docwriter/html.py 2007-09-23 03:40:08 UTC (rev 1608) @@ -32,7 +32,7 @@ ###################################################################### ## Template Compiler ###################################################################### -# The compile_tempalte() method defined in this section is used to +# The compile_template() method defined in this section is used to # define several of HTMLWriter's methods. def compile_template(docstring, template_string, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |