Closed
Description
I've noticed the generated documentation for to_csv strips backslashes in the newline character
line_terminator : string, default ‘n’
I thought it was a case of slash stripping, but I checked the code and it's double backslashed there - so the doc generation is a bit aggressive. The IO doc is fine, its code is the same - double backslashed.