Skip to content

Commit

Permalink
Write a proper message for recurse option
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemoon committed Apr 3, 2017
1 parent 02b7dc0 commit 33cfd52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion normalize/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ def __init__(self, ignore_ws=True, ignore_case=False,
:py:class:`MultiFieldSelector` (or list of FieldSelector
lists/objects)
``recurse=``\ *BOOL* Do a deeper comparison via recursion
``recurse=``\ *BOOL* During diff operations, do a deeper
comparison via recursion. This may be potentially very
expensive computationally if your records are large or
very nested.
"""
self.ignore_ws = ignore_ws
self.ignore_case = ignore_case
Expand Down

0 comments on commit 33cfd52

Please sign in to comment.