Skip to content

Commit

Permalink
tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 5, 2024
1 parent 30624aa commit 3084123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monty/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _get_line_ending(
Raises:
ValueError: If line ending is unknown.
Warns:
Warnings:
If file is empty, "\n" would be used as default.
"""
if isinstance(file, (str, Path)):
Expand Down

0 comments on commit 3084123

Please sign in to comment.