Skip to content

Commit b9561c1

Browse files
authored
Fixed minor typo - report_report_repetition -> report_repetition
1 parent a668791 commit b9561c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Ignore Order
6565
Sometimes you don’t care about the order of objects when comparing them.
6666
In those cases, you can set ``ignore_order=True``. However this flag
6767
won’t report the repetitions to you. You need to additionally enable
68-
``report_report_repetition=True`` for getting a report of repetitions.
68+
``report_repetition=True`` for getting a report of repetitions.
6969

7070
List difference ignoring order or duplicates
7171
--------------------------------------------

0 commit comments

Comments
 (0)