We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e19d commit 02eab07Copy full SHA for 02eab07
docs/source/index.md
@@ -71,7 +71,7 @@ print(a)
71
> `Strategy.REPLACE`
72
73
```python3
74
-# When `destination` and `source` values are the same, replace the `destination` value with one from `source` (default).
+# When `destination` and `source` keys are the same, replace the `destination` value with one from `source` (default).
75
76
# Note: with multiple sources, the `last` (i.e. rightmost) source value will be what appears in the merged result.
77
0 commit comments