mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Corrected a docstring in rst.py.
This commit is contained in:
parent
cc6177ae55
commit
f24fb43c1b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ roles.register_local_role('data', data_role)
|
||||||
|
|
||||||
class RstString(object):
|
class RstString(object):
|
||||||
"""Wraps a reStructuredText string. Stringifies to the original text, but
|
"""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={}):
|
def __init__(self, source_text, document_properties={}):
|
||||||
|
|
Loading…
Reference in a new issue