Factored Pokémon colors out into their own table.
[zzz-pokedex.git] / pokedex / db / rst.py
index d3d6322..80ac87e 100644 (file)
@@ -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={}):