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 ad10f3b commit 9d0a11cCopy full SHA for 9d0a11c
mellea/backends/types.py
@@ -34,7 +34,7 @@ def replace_keys(options: dict, from_to: dict[str, str]) -> dict[str, Any]:
34
35
* If the destination key already exists in `options`, the original value is kept in the output.
36
37
- * Regardless of the presense of the destination key in `options`,
+ * Regardless of the presence of the destination key in `options`,
38
the source key is always absent in the output.
39
40
Example:
0 commit comments