Skip to content

Commit 448ea68

Browse files
Minor docstring change (for API reference)
1 parent b4c3cd7 commit 448ea68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intake_esm/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def serialize(
521521
json_dump_kwargs: dict[typing.Any, typing.Any] | None = None,
522522
storage_options: dict[str, typing.Any] | None = None,
523523
) -> None:
524-
"""Serialize catalog to corresponding json and csv files.
524+
"""Serialize catalog to corresponding json and csv (or parquet) files.
525525
526526
Parameters
527527
----------
@@ -549,7 +549,7 @@ def serialize(
549549
Notes
550550
-----
551551
Large catalogs can result in large JSON files. To keep the JSON file size manageable, call with
552-
`catalog_type='file'` to save catalog as a separate CSV file.
552+
`catalog_type='file'` to save catalog as a separate CSV/parquet file.
553553
554554
Examples
555555
--------

0 commit comments

Comments
 (0)