Skip to content

Commit 8c86424

Browse files
committed
Merge branch 'dev' of github.com:seperman/deepdiff into dev
2 parents 230f225 + 1ec9b52 commit 8c86424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To define an custom operator, you just need to inherit a *BaseOperator* and
183183
* implement a give_up_diffing method
184184
* give_up_diffing(level: DiffLevel, diff_instance: DeepDiff) -> boolean
185185

186-
If it returns True, then we will give up diffing the tow objects.
186+
If it returns True, then we will give up diffing the two objects.
187187
You may or may not use the diff_instance.custom_report_result within this function
188188
to report any diff. If you decide not to report anything, and this
189189
function returns True, then the objects are basically skipped in the results.

0 commit comments

Comments
 (0)