Skip to content

Commit

Permalink
Update FedMedian docstring (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
edogab33 authored Jan 17, 2024
1 parent 0daa3d7 commit 9e6df75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/server/strategy/fedmedian.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


class FedMedian(FedAvg):
"""Configurable FedAvg with Momentum strategy implementation."""
"""Configurable FedMedian strategy implementation."""

def __repr__(self) -> str:
"""Compute a string representation of the strategy."""
Expand Down

0 comments on commit 9e6df75

Please sign in to comment.