Skip to content

Commit b530d86

Browse files
committed
fixed docs
1 parent cee387f commit b530d86

3 files changed

Lines changed: 40 additions & 22 deletions

File tree

Readme.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,10 @@ Example with folders:
791791
File Encoding and CSV Dialect
792792
-----------------------------
793793

794-
While there are various specifications and implementations for the CSV format (see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_), there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files. Therefore it is possible to define your own dialect or use
794+
While there are various specifications and implementations for the CSV format
795+
(see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_),
796+
there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files.
797+
Therefore it is possible to define your own dialect or use
795798
predefined. The default is Excel-EU which is a semicolon separated
796799
file.
797800
These Settings are changeable as options of the Data Driver Library.
@@ -1271,4 +1274,4 @@ Binary creates with 40 test cases and 8 threads something like that:
12711274
P13: 37
12721275
P14: 38
12731276
P15: 39
1274-
P16: 40
1277+
P16: 40

doc/DataDriver.html

Lines changed: 31 additions & 18 deletions
Large diffs are not rendered by default.

src/DataDriver/DataDriver.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,10 @@ class DataDriver:
848848
File Encoding and CSV Dialect
849849
-----------------------------
850850
851-
CSV is far away from well designed and has absolutely no "common"
852-
format. Therefore it is possible to define your own dialect or use
851+
While there are various specifications and implementations for the CSV format
852+
(see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_),
853+
there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files.
854+
Therefore it is possible to define your own dialect or use
853855
predefined. The default is Excel-EU which is a semicolon separated
854856
file.
855857
These Settings are changeable as options of the Data Driver Library.

0 commit comments

Comments
 (0)