From f24fb43c1bcde0b71bce9291e3e30c08dd28d294 Mon Sep 17 00:00:00 2001 From: Zhorken Date: Mon, 22 Feb 2010 00:13:28 -0500 Subject: [PATCH] Corrected a docstring in rst.py. --- pokedex/db/rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/db/rst.py b/pokedex/db/rst.py index d3d6322..80ac87e 100644 --- a/pokedex/db/rst.py +++ b/pokedex/db/rst.py @@ -87,7 +87,7 @@ roles.register_local_role('data', data_role) class RstString(object): """Wraps a reStructuredText string. Stringifies to the original text, but - may be translated to HTML with .to_html(). + may be translated to HTML with .as_html(). """ def __init__(self, source_text, document_properties={}):