Skip to content

Commit 89c6981

Browse files
committed
Tweak sort order
1 parent 5554cc9 commit 89c6981

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mathics/builtin/import_export/importexport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
importer_exporter_options,
4444
)
4545

46-
# This tells documentation how to sort this module
47-
# Here we are also hiding "file_io" since this can erroneously appear at the top level.
46+
# This tells documentation how to sort this module.
47+
# We want, this to come before specific converters.
4848
sort_order = "mathics.builtin.importing-and-exporting.base"
4949

5050
EXPORTERS = {}

0 commit comments

Comments
 (0)