Skip to content

Commit

Permalink
Fix docstring typo (#2802)
Browse files Browse the repository at this point in the history
Co-authored-by: Chester Chen <[email protected]>
  • Loading branch information
YuanTingHsieh and chesterxgchen authored Aug 16, 2024
1 parent 5c29226 commit 800eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/app_opt/he/homomorphic_encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 800eb77

Please sign in to comment.