Skip to content

Commit 56034a4

Browse files
authored
Merge pull request #79 from mjsilva/patch-1
Fixed typo in documentation
2 parents 103a201 + b82e9fc commit 56034a4

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)