Skip to content

Commit 4982458

Browse files
authored
Docs: fix typos and clarify get_srid docstring (#2219)
1 parent 0081549 commit 4982458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/crs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class CrsTransformSpec:
7070

7171
def get_srid(crs: Union[str, pyproj.CRS]) -> Union[int, None]:
7272
"""
73-
Helper function to attempt to exctract an ESPG SRID from
73+
Helper function to attempt to extract an EPSG SRID from
7474
a `pyproj.CRS` object.
7575
7676
:param crs: `pyproj.CRS` object

0 commit comments

Comments
 (0)