From 08e0d6d71f6445c454be4647ea8a02f342f052a7 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Sun, 16 Oct 2016 19:53:26 +0200 Subject: [PATCH] Fix bad type in docstring --- duniterpy/documents/certification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duniterpy/documents/certification.py b/duniterpy/documents/certification.py index 8407e8e7..736552e6 100644 --- a/duniterpy/documents/certification.py +++ b/duniterpy/documents/certification.py @@ -80,7 +80,7 @@ class Certification(Document): """ Constructor - :param str version: the UCP version + :param int version: the UCP version :param str currency: the currency of the blockchain :param str pubkey_from: :param str pubkey_to: -- GitLab