Skip to content

Commit 174f2be

Browse files
committed
docs: fix the .rst markup
1 parent 14ec0bc commit 174f2be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/examples/parsers_example.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ Now we can extract specific data table columns from the dictionary.
104104
105105
parsed_file_data = serialize_data('<PATH to data.txt>', hdata, data_table, serial_file='<PATH to serialfile.json>')
106106
107-
The returned value, ``parsed_file_data``, is the dictionary we just added to ``serialfile.json``.
108-
To extract the data from the serial file, we use ``deserialize_data``.
107+
The returned value, ``parsed_file_data``, is the dictionary we just added to ``serialfile.json``. To extract the data from the serial file, we use ``deserialize_data``.
109108

110109
.. code-block:: python
111110

0 commit comments

Comments
 (0)