Skip to content

Commit

Permalink
Fix typo in CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yogesh committed Jan 21, 2025
1 parent c9e534b commit 9280998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
the dataset.
* The function `xcube.core.resample.resample_in_space()` now always operates
lazily and therefore supports chunk-wise, parallel processing. (#1082)
* Bux fix in the `has_data` method of the `"https"` data store
* Bug fix in the `has_data` method of the `"https"` data store
(`store = new_data_store("https", ...)`). (#1084)
* Bux fix in the `has_data` method of all filesystem-based data store
* Bug fix in the `has_data` method of all filesystem-based data store
(`"file", "s3", "https"`). `data_type` can be any of the supported data types,
e.g. for `.tif` file, `data_type` can be either `dataset` or `mldataset`. (#1084)
* The explanation of the parameter `xy_scale` in the method
Expand Down

0 comments on commit 9280998

Please sign in to comment.