Skip to content

Commit 02eab07

Browse files
authored
Update index.md
1 parent d72e19d commit 02eab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ print(a)
7171
> `Strategy.REPLACE`
7272
7373
```python3
74-
# When `destination` and `source` values are the same, replace the `destination` value with one from `source` (default).
74+
# When `destination` and `source` keys are the same, replace the `destination` value with one from `source` (default).
7575

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

0 commit comments

Comments
 (0)