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 5ad8b78 commit d72e19dCopy full SHA for d72e19d
README.md
@@ -57,7 +57,7 @@ print(a)
57
> `Strategy.REPLACE`
58
59
```python3
60
-# 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).
61
62
# Note: with multiple sources, the `last` (i.e. rightmost) source value will be what appears in the merged result.
63
0 commit comments