Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donghunl committed Mar 30, 2021
1 parent 6db1913 commit aaa073e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intake_dal/dal_catalog.py
Expand Up @@ -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
Expand Down

0 comments on commit aaa073e

Please sign in to comment.