Skip to content

Commit

Permalink
fix typo in model locator (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth authored Dec 20, 2023
1 parent b7b9041 commit 672ee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/app_common/abstract/model_locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_model_names(self, fl_ctx: FLContext) -> List[str]:
pass

def locate_model(self, model_name, fl_ctx: FLContext) -> DXO:
"""Locate a single model by it's name.
"""Locate a single model by its name.
Args:
model_name (str): Name of the model.
Expand Down

0 comments on commit 672ee35

Please sign in to comment.