From 50e8670aaa634feb639b086235d22f75eafee4f9 Mon Sep 17 00:00:00 2001 From: NI1993 <60190218+NI1993@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:10:21 +0300 Subject: [PATCH] Minor typo in custom.rst --- docs/custom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom.rst b/docs/custom.rst index 5f3ad83a..3851edd6 100644 --- a/docs/custom.rst +++ b/docs/custom.rst @@ -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.