added reStructuredText back

This commit is contained in:
Andreas Preikschat 2010-10-09 08:48:21 +02:00
parent ae015a270a
commit 2ad3f983f7

View File

@ -389,7 +389,7 @@ class HTTPBible(BibleDB):
Therefore, when you are looking for multiple items, simply break
them up into references like this, bundle them into a list. This
function then runs through the list, and returns an amalgamated
list of ``Verse`` objects. For example:
list of ``Verse`` objects. For example::
[(u'Genesis', 1, 1, 1), (u'Genesis', 2, 2, 3)]
"""