Skip to content

Commit 2542a63

Browse files
authored
Fixed typo in rasterio docs (#4063)
1 parent 8051c47 commit 2542a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ GDAL readable raster data using `rasterio`_ as well as for exporting to a geoTIF
804804
In [4]: rds.rio.crs
805805
Out[4]: CRS.from_epsg(32618)
806806

807-
In [5]: rds4326 = rio.rio.reproject("epsg:4326")
807+
In [5]: rds4326 = rds.rio.reproject("epsg:4326")
808808

809809
In [6]: rds4326.rio.crs
810810
Out[6]: CRS.from_epsg(4326)

0 commit comments

Comments
 (0)