File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ def update(
584584 if not callable (func ):
585585 raise TypeError ('func must be a callable' )
586586
587- # Delayed has to be True of dask is disabled
587+ # Delayed has to be True if dask is disabled
588588 if not distributed :
589589 delayed = False
590590
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ def load(
620620 ... filters=lambda keys: keys["year"] == 2019 and
621621 ... keys["month"] == 3 and keys["day"] % 2 == 0)
622622 """
623- # Delayed has to be True of dask is disabled
623+ # Delayed has to be True if dask is disabled
624624 if not distributed :
625625 delayed = False
626626
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ def load(
410410 >>> view.load(filters=lambda x: x["time"] == "2020-01-01")
411411 """
412412 _assert_have_variables (self .metadata )
413- # Delayed has to be True of dask is disabled
413+ # Delayed has to be True if dask is disabled
414414 if not distributed :
415415 delayed = False
416416
You can’t perform that action at this time.
0 commit comments