diff --git a/packages/syft/src/syft/service/sync/diff_state.py b/packages/syft/src/syft/service/sync/diff_state.py index f40e86306c3..3cb360eafa4 100644 --- a/packages/syft/src/syft/service/sync/diff_state.py +++ b/packages/syft/src/syft/service/sync/diff_state.py @@ -1074,7 +1074,7 @@ class NodeDiffFilter: value: Any - value to compare against op: callable[[Any, Any], bool] - comparison operator. Default is `operator.eq` - If the comparison fails, the batch is included in the result. + If the comparison fails, the batch is excluded. """ filter_property: FilterProperty