From aaa073e9660760fa00f0ebd27865a388b98ec196 Mon Sep 17 00:00:00 2001 From: donghunl Date: Tue, 30 Mar 2021 15:30:49 -0700 Subject: [PATCH] Fixed typo --- intake_dal/dal_catalog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intake_dal/dal_catalog.py b/intake_dal/dal_catalog.py index 2e58011..a16cd88 100644 --- a/intake_dal/dal_catalog.py +++ b/intake_dal/dal_catalog.py @@ -27,8 +27,8 @@ def __init__(self, path=None, catalog_data=None, storage_mode=None, autoreload=T path: str Location of the file to parse (can be remote) catalog_data: dict - If catalog data is in memory, pass it thru `catalog_data` to populate intake catalog. - If dataset/catalog is in the local or a specific url is given, please use `path` argument. + If catalog data is in memory, pass it through `catalog_data` to populate the intake catalog. + If the dataset/catalog is in the local or a specific url is given, please use the `path` argument. reload: bool Whether to watch the source file for changes; make False if you want an editable Catalog