Skip to content

Commit b82e9fc

Browse files
authored
Fixed typo in docos
report_report_repetition to report_repetition
1 parent 103a201 commit b82e9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ int, string, dictionary, list, tuple, set, frozenset, OrderedDict, NamedTuple an
5757

5858
## Ignore Order
5959

60-
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.
60+
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_repetition=True` for getting a report of repetitions.
6161

6262
### List difference ignoring order or duplicates
6363

0 commit comments

Comments
 (0)