Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcovdw committed May 23, 2024
1 parent fafa4b9 commit eeb602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/sync/diff_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb602c

Please sign in to comment.