From 800eb77fa4ef200aec7b388510caf340275f51c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan-Ting=20Hsieh=20=28=E8=AC=9D=E6=B2=85=E5=BB=B7=29?= Date: Fri, 16 Aug 2024 15:56:39 -0700 Subject: [PATCH] Fix docstring typo (#2802) Co-authored-by: Chester Chen <512707+chesterxgchen@users.noreply.github.com> --- nvflare/app_opt/he/homomorphic_encrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvflare/app_opt/he/homomorphic_encrypt.py b/nvflare/app_opt/he/homomorphic_encrypt.py index 0b1c830d0c..3e1a7255fe 100644 --- a/nvflare/app_opt/he/homomorphic_encrypt.py +++ b/nvflare/app_opt/he/homomorphic_encrypt.py @@ -23,7 +23,7 @@ def load_tenseal_context_from_workspace(ctx_file_name: str, fl_ctx: FLContext): """Loads homomorphic encryption (HE) context from TenSEAL (https://github.com/OpenMined/TenSEAL) containing encryption keys and parameters. Args: - ctx_file_name: filepath of TensSEAL context file + ctx_file_name: filepath of TenSEAL context file fl_ctx: FL context Returns: