We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f099df commit 517f538Copy full SHA for 517f538
dsync/diff.py
@@ -143,7 +143,7 @@ def __init__(
143
keys: Primary keys and values uniquely describing this object, as in DSyncModel.get_identifiers().
144
source_name: Name of the source DSync object
145
dest_name: Name of the destination DSync object
146
- diff_class: Diff or subclass thereof to use to calculate the diffs to use for synchronization
+ diff_class: Diff or subclass thereof to use to calculate the diffs to use for synchronization
147
"""
148
if not isinstance(obj_type, str):
149
raise ValueError(f"obj_type must be a string (not {type(obj_type)})")
0 commit comments