Skip to content

Commit d72e19d

Browse files
authored
Update README.md
1 parent 5ad8b78 commit d72e19d

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 @@ print(a)
5757
> `Strategy.REPLACE`
5858
5959
```python3
60-
# When `destination` and `source` values are the same, replace the `destination` value with one from `source` (default).
60+
# When `destination` and `source` keys are the same, replace the `destination` value with one from `source` (default).
6161

6262
# Note: with multiple sources, the `last` (i.e. rightmost) source value will be what appears in the merged result.
6363

0 commit comments

Comments
 (0)