From 232b7c192b4ef60fcc2c783cabcb2ea5cc1016d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 21 Dec 2022 15:34:39 +0100 Subject: [PATCH] fixed docstring issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- planetmint/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetmint/lib.py b/planetmint/lib.py index e031edd..5861e63 100644 --- a/planetmint/lib.py +++ b/planetmint/lib.py @@ -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: