Skip to content

Commit 9ee7ca4

Browse files
Fix typo
1 parent e91f809 commit 9ee7ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/inifix/src/inifix/_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def _write_to_file(data: AnyConfig, file: str | os.PathLike[str], /) -> None:
366366
# - since I'm overloading over two arguments at the same time, the above
367367
# *implies* that I can only do it for keyword-only arguments
368368

369-
# overloads are sorted from most to lease strict return type
369+
# overloads are sorted from most to least strict return type
370370

371371

372372
@overload

0 commit comments

Comments
 (0)