merge with 0.6

This commit is contained in:
Georg Brandl 2010-01-03 19:44:21 +01:00
commit f73cbe8afa

View File

@ -60,7 +60,7 @@ the following public API:
.. code-block:: python .. code-block:: python
class math(docutils.nodes.Element) class math(docutils.nodes.Element): pass
def visit_math_html(self, node): def visit_math_html(self, node):
self.body.append(self.starttag(node, 'math')) self.body.append(self.starttag(node, 'math'))