mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
DOC: warp.py: fix typo in doc string (#3409)
The rest of the documentation uses ndarray to refer to ndarrays, so update this doc string to also do so.
This commit is contained in:
parent
f16bcc3d89
commit
07a5589955
@ -278,7 +278,7 @@ def reproject(
|
||||
Returns
|
||||
---------
|
||||
destination: ndarray or Band
|
||||
The transformed narray or Band.
|
||||
The transformed ndarray or Band.
|
||||
dst_transform: Affine
|
||||
The affine transformation matrix of the destination.
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user