Skip to content

Commit 9d0a11c

Browse files
committed
ci: fixing spell check error
1 parent ad10f3b commit 9d0a11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mellea/backends/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def replace_keys(options: dict, from_to: dict[str, str]) -> dict[str, Any]:
3434
3535
* If the destination key already exists in `options`, the original value is kept in the output.
3636
37-
* Regardless of the presense of the destination key in `options`,
37+
* Regardless of the presence of the destination key in `options`,
3838
the source key is always absent in the output.
3939
4040
Example:

0 commit comments

Comments
 (0)