From 79d57ac7b78852b242a9bab39562759bfd5b5baf Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Wed, 20 Jun 2018 12:11:27 +0200 Subject: [PATCH] identifiers: Fix wrong type in docstring --- swh/model/identifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/model/identifiers.py b/swh/model/identifiers.py index f8a87a13..485e3bb4 100644 --- a/swh/model/identifiers.py +++ b/swh/model/identifiers.py @@ -605,7 +605,7 @@ def persistent_identifier(type, object, version=1): Args: type (str): Object's type - object (str): Object's dict representation + object (dict): Object's dict representation version (int): persistent identifier version (default to 1) Returns: -- GitLab