We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30e7b6 commit 0d39ec5Copy full SHA for 0d39ec5
README.md
@@ -76,7 +76,7 @@ Returns a dictionary with the table name as the key and a `Table` object as the
76
77
**`to_csv(file_directory: str | Path, table_names: list[str], delimeter: str)`** -> *None*
78
Generate a CSV file for each table in the XER file. CSV files will be created in the current working directory.
79
-Optional `file_directory`: Pass a string or Path object to speficy a folder to store the CSV files in.
+Optional `file_directory`: Pass a string or Path object to specify a folder to store the CSV files in.
80
Optional `table_names`: List of tables names to save to CSV files.
81
Optional `delimeter`: Change the default delimeter from a `tab` to another string (e.g. a coma ",").
82
0 commit comments