Skip to content

Commit

Permalink
DOC fix header info order
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Jun 6, 2021
1 parent be2e33f commit 610aa7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/reader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ corresponds to ``FC-001_v2.cha``):
.. code-block:: python
>>> corpus.headers()[0]
{'Date': {datetime.date(1997, 4, 30)},
{'UTF8': '',
'Languages': ['yue', 'eng'],
'Participants': {'XXA': {'name': 'A',
'language': 'yue , eng',
'corpus': 'HKCanCor',
Expand All @@ -88,8 +89,7 @@ corresponds to ``FC-001_v2.cha``):
'role': 'Adult',
'education': '',
'custom': 'origin:HK'}},
'UTF8': '',
'Languages': ['yue', 'eng'],
'Date': {datetime.date(1997, 4, 30)},
'Tape Number': '001'}
Expand Down

0 comments on commit 610aa7d

Please sign in to comment.