Skip to content

Commit

Permalink
Merge pull request #149 from antimirov/fix_docs_report_report_repetition
Browse files Browse the repository at this point in the history
Fixed minor typo - report_report_repetition -> report_repetition
  • Loading branch information
seperman authored Jul 12, 2019
2 parents a668791 + b9561c1 commit 9caed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Ignore Order
Sometimes you don’t care about the order of objects when comparing them.
In those cases, you can set ``ignore_order=True``. However this flag
won’t report the repetitions to you. You need to additionally enable
``report_report_repetition=True`` for getting a report of repetitions.
``report_repetition=True`` for getting a report of repetitions.

List difference ignoring order or duplicates
--------------------------------------------
Expand Down

0 comments on commit 9caed55

Please sign in to comment.