text_lint.utilities.whitespace.new_line
- text_lint.utilities.whitespace.new_line(value: Any | None = None) str[source]
Append a new line to an object’s string representation.
- Parameters:
value (Any | None) – The object with a representation to append a new line to.
- Returns:
A string representation of the object with an appended new line.
- Return type:
str