Skip to content

Commit 99ab0f0

Browse files
committed
Minor updates on Notes section
1 parent caa1370 commit 99ab0f0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/imcflibs/imagej/misc.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,10 @@ def write_ordereddict_to_csv(out_file, content):
452452
453453
Notes
454454
-----
455-
- Uses the semicolon charachter (`;`) as delimiter.
456-
- When appending to an existing file, the column structure has to match.
457-
- Output file is opened in binary mode for compatibility.
455+
- The CSV file will use the semicolon charachter (`;`) as delimiter.
456+
- When appending to an existing file, the column structure has to match. No
457+
sanity checking is being done on this by the function!
458+
- The output file is opened in binary mode for compatibility.
458459
459460
Examples
460461
--------

0 commit comments

Comments
 (0)