From 7829dbd406292a90fe520ab5aac19a3af14202db Mon Sep 17 00:00:00 2001 From: Vincent Texier Date: Sun, 20 Jan 2019 20:00:27 +0100 Subject: [PATCH] [fix] fix typo in docstring --- duniterpy/documents/identity.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/duniterpy/documents/identity.py b/duniterpy/documents/identity.py index 1f3ad21..d59096e 100644 --- a/duniterpy/documents/identity.py +++ b/duniterpy/documents/identity.py @@ -75,9 +75,7 @@ class Identity(Document): def from_signed_raw(cls: Type[IdentityType], signed_raw: str) -> IdentityType: """ Return Identity instance from a signed_raw string - :param # required to type hint cls in classmethod -IdentityType = TypeVar('IdentityType', bound='Identity') -signed_raw: Signed raw document + :param signed_raw: Signed raw document :return: """ n = 0 -- GitLab