fixed docstring issue

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-12-21 15:34:39 +01:00
parent c2e09d03b9
commit 232b7c192b
No known key found for this signature in database

View File

@ -579,7 +579,7 @@ class Planetmint(object):
asset from the asset table and reconstructs the transaction.
Args:
tx_dict_list (:list:`dict` or :obj:`dict`): The transaction dict or
tx_dict_list (:obj:`list` of :dict: or :obj:`dict`): The transaction dict or
list of transaction dict as returned from the database.
Returns: