Skip to content

Commit 12f1d7e

Browse files
committed
Tweak section names
1 parent 89c6981 commit 12f1d7e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

mathics/builtin/files_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Input/Output, Files, and Filesystem
2+
Files, Filesystem, and Input/Output
33
44
"""
55

mathics/builtin/import_export/compression.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Compression & Archive Formats
3+
"""
4+
15
from mathics.core.builtin import Builtin, String
26
from mathics.core.evaluation import Evaluation
37
from mathics.eval.import_export.compression import eval_ImportZIP

mathics/builtin/import_export/json.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
JSON-Related Formats
3+
"""
4+
15
from mathics.core.builtin import Builtin, String
26
from mathics.core.evaluation import Evaluation
37
from mathics.eval.import_export.json import eval_JSONImport

0 commit comments

Comments
 (0)