Documentation Formatting

This commit is contained in:
Jürgen Edelbluth 2022-08-14 20:07:32 +00:00
parent 0fd2c1f44e
commit a073e76df8
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
1 changed files with 3 additions and 3 deletions

View File

@ -68,9 +68,9 @@ def test_something(col_x, col_y):
The default CSV format is:
- `\r\n` as line ending
- All non-numeric fields are surrounded by "
- If you need a " in the value, use "" (double quote)
- Fields are separated by comma (",")
- All non-numeric fields are surrounded by `"`
- If you need a `"` in the value, use `""` (double quote)
- Fields are separated by comma (`,`)
#### Example CSV