Skip to content

Commit

Permalink
revise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 22, 2024
1 parent 61f4aff commit f1fd669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monty/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def _get_line_ending(
This function assumes the file has a single consistent line ending.
WARNING: as per the POSIX standard, a line is: "A sequence of zero or
more non-<newline> characters plus a terminating <newline> char.",
as such this func might fail if the only line misses a terminating character.
more non-<newline> characters plus a terminating <newline> char.", as such
this func might fail if the only line misses a terminating newline character.
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
Returns:
Expand Down

0 comments on commit f1fd669

Please sign in to comment.