Skip to content

Commit fd1b49a

Browse files
authored
Fixups (#1253)
* fix: spelling Looks like codespell got an update * chore: set patch to informational
1 parent 1c33bc9 commit fd1b49a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

codecov.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ coverage:
33
project:
44
default:
55
informational: true
6+
patch:
7+
default:
8+
informational: true

docs/tutorials/how-to-read-data-from-stac.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"source": [
557557
"### Zarr\n",
558558
"\n",
559-
"Read from an asset that refererences data stored in zarr"
559+
"Read from an asset that references data stored in zarr"
560560
]
561561
},
562562
{

docs/tutorials/pystac-introduction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6058,7 +6058,7 @@
60586058
"cell_type": "markdown",
60596059
"metadata": {},
60606060
"source": [
6061-
"Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the cononical \"absolute published\" form:"
6061+
"Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the canonical \"absolute published\" form:"
60626062
]
60636063
},
60646064
{

tests/validation/test_validate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_validate_all_dict(self, test_case: pystac.Catalog) -> None:
153153
def test_validates_geojson_with_tuple_coordinates(self) -> None:
154154
"""This unit tests guards against a bug where if a geometry
155155
dict has tuples instead of lists for the coordinate sequence,
156-
which can be produced by shapely, then the geometry still passses
156+
which can be produced by shapely, then the geometry still passes
157157
validation.
158158
"""
159159
geom: Dict[str, Any] = {

0 commit comments

Comments
 (0)