From 8a86428d4f596f3faeed70203baaa5933836c2da Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Tue, 9 Nov 2021 17:00:09 +0300 Subject: [PATCH] docs: (fix) minor typo --- apps/cic-eth/cic_eth/api/api_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/cic_eth/api/api_task.py b/apps/cic-eth/cic_eth/api/api_task.py index bee04223..346ab03b 100644 --- a/apps/cic-eth/cic_eth/api/api_task.py +++ b/apps/cic-eth/cic_eth/api/api_task.py @@ -515,7 +515,7 @@ class Api(ApiBase): :param password: Password to encode the password with in the backend (careful, you will have to remember it) :type password: str :param register: Register the new account in accounts index backend - :type password: bool + :type register: bool :returns: uuid of root task :rtype: celery.Task """