mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Docs fixes from my code review
This commit is contained in:
parent
c1b646ff27
commit
d45b8bb03e
1 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ These options match the options from the `Python json module`_.
|
|||
- **CSV Formatting**
|
||||
- **delimiter**: Used as the separating character between fields. The default value is a comma (,).
|
||||
|
||||
- **dialect**: A dialect is a construct that allows you to create, store, and re-use various formatting parameters for your data.
|
||||
- **dialect**: The kind of CSV file to produce. The default is `excel`.
|
||||
|
||||
These options match the options from the `Python csv module`_.
|
||||
|
||||
|
|
@ -77,8 +77,8 @@ The default options look like this::
|
|||
ensure_ascii: False
|
||||
indent: 4
|
||||
separators: [',' , ': ']
|
||||
sort_keys: True
|
||||
sort_keys: true
|
||||
csv:
|
||||
formatting:
|
||||
delimiter: ','
|
||||
dialect: 'excel'
|
||||
dialect: excel
|
||||
|
|
|
|||
Loading…
Reference in a new issue