Skip to content

Commit

Permalink
Fix typo in documentation (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schoyen authored Jan 12, 2024
1 parent 026f783 commit 838ee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/readers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ EPSG:4326
- **tile()**: Read map tile from a raster

```python
from rio_tiler.contants import WEB_MERCATOR_CRS
from rio_tiler.constants import WEB_MERCATOR_CRS
from rio_tiler.io import XarrayReader
from rio_tiler.models import ImageData

Expand Down

0 comments on commit 838ee7e

Please sign in to comment.