Skip to content

Commit

Permalink
Merge pull request #428 from NI1993/patch-1
Browse files Browse the repository at this point in the history
Minor typo in custom.rst
  • Loading branch information
seperman authored Nov 5, 2023
2 parents a9b7286 + 50e8670 commit 1ec9b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ To define an custom operator, you just need to inherit a *BaseOperator* and
* implement a give_up_diffing method
* give_up_diffing(level: DiffLevel, diff_instance: DeepDiff) -> boolean

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

0 comments on commit 1ec9b52

Please sign in to comment.