Skip to content

Commit

Permalink
Update src/py/flwr/client/app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Jan 30, 2024
1 parent 7a26bba commit fd1a2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/flwr/client/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ def start_numpy_client(
Warning
-------
This function is deprecated since 1.7.0. Use :code:`flwr.client.start_client`
instead and first convert your :code:`NumPyClient` to type :code:`flwr.client.Client` by
exectuing its :code:`to_client()` method.
instead and first convert your :code:`NumPyClient` to type
:code:`flwr.client.Client` by executing its :code:`to_client()` method.
Parameters
----------
Expand Down

0 comments on commit fd1a2f6

Please sign in to comment.