From: Zhorken Date: Mon, 22 Feb 2010 05:13:28 +0000 (-0500) Subject: Corrected a docstring in rst.py. X-Git-Tag: veekun-promotions/2010050901~97 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/a8f86fd1a787fd847c23ce789afd914bd824a3bb?hp=0bc289e95099f040306bca75fd5ea46efa726e51 Corrected a docstring in rst.py. --- 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={}):