Merge pull request #219 from bigchaindb/fix-documentation

Small fix to the documentation
This commit is contained in:
Troy McConaghy 2016-04-25 13:52:57 +02:00
commit 7dd8e63e00

View File

@ -171,7 +171,7 @@ class Bigchain(object):
Returns: Returns:
A list of transactions containing that payload. If no transaction exists with that payload it A list of transactions containing that payload. If no transaction exists with that payload it
returns `None` returns an empty list `[]`
""" """
cursor = r.table('bigchain')\ cursor = r.table('bigchain')\