Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
  • Loading branch information
martinvuyk committed Dec 26, 2024
1 parent 50cffdf commit cd2728b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stdlib/src/collections/string/string_slice.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -1186,9 +1186,6 @@ struct StringSlice[mut: Bool, //, origin: Origin[mut]](
https://docs.python.org/3/library/stdtypes.html#str.splitlines)
`"\\r\\n"` and `"\\t\\n\\v\\f\\r\\x1c\\x1d\\x1e\\x85\\u2028\\u2029"`.
Parameters:
O: The immutable origin.
Args:
keepends: If True, line breaks are kept in the resulting strings.
Expand Down

0 comments on commit cd2728b

Please sign in to comment.