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:
Peter A. Jonsson 2025-09-20 15:39:05 +02:00 committed by GitHub
parent f16bcc3d89
commit 07a5589955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
"""