This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 44a3e1a fix(sdk): fix typos in sdk (#625)
44a3e1a is described below
commit 44a3e1a1284c51db91088263255227f7c8463f36
Author: Qinkun Bao <[email protected]>
AuthorDate: Mon Feb 14 11:54:36 2022 -0800
fix(sdk): fix typos in sdk (#625)
---
sdk/python/teaclave.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/python/teaclave.py b/sdk/python/teaclave.py
index 473a326..9abd762 100644
--- a/sdk/python/teaclave.py
+++ b/sdk/python/teaclave.py
@@ -469,7 +469,7 @@ class AuthenticationService(TeaclaveService):
user_id: User ID.
Returns:
- str: Restted new password.
+ str: New password.
"""
self.check_channel()
self.check_metadata()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]