Skip to content

Commit

Permalink
Use correct name in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jul 6, 2024
1 parent d082697 commit 55b36a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/common/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Context:
An index that specifies the data partition that the ClientApp using this Context
object should make use of. Setting this attribute is better suited for
simulation or proto typing setups.
config : Dict[str, ConfigsRecordValues]
run_config : Dict[str, ConfigsRecordValues]
A config (key/value mapping) held by the entity in a given run and that will
stay local. It can be used at any point during the lifecycle of this entity
(e.g. across multiple rounds)
Expand Down

0 comments on commit 55b36a5

Please sign in to comment.