projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0bc289e
)
Corrected a docstring in rst.py.
author
Zhorken
<zhorken@gmail.com>
Mon, 22 Feb 2010 05:13:28 +0000
(
00:13
-0500)
committer
Zhorken
<zhorken@gmail.com>
Mon, 22 Feb 2010 05:13:28 +0000
(
00:13
-0500)
pokedex/db/rst.py
patch
|
blob
|
history
diff --git
a/pokedex/db/rst.py
b/pokedex/db/rst.py
index
d3d6322
..
80ac87e
100644
(file)
--- 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={}):