Skip to content

Commit 21a8e4d

Browse files
committed
fixes #137
1 parent d33dd42 commit 21a8e4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apstools/utils.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,15 @@ def json_export(headers, filename, zipfilename=None):
569569
"data.json",
570570
zipfilename="bluesky_data.zip")
571571
572-
EXAMPLE: READ THE ZIP FILE::
572+
EXAMPLE: READ THE ZIP FILE:
573+
574+
using :meth:`~json_import`::
573575
574576
datasets = json_import("data.json", zipfilename="bluesky_data.zip")
575577
576-
EXAMPLE: READ THE JSON TEXT FILE::
578+
EXAMPLE: READ THE JSON TEXT FILE
579+
580+
using :meth:`~json_import`::
577581
578582
datasets = json_import("data.json)
579583

0 commit comments

Comments
 (0)