Skip to content

Commit

Permalink
Python bindings: fix wrong comment in documentation (#11630)
Browse files Browse the repository at this point in the history
  • Loading branch information
zabop authored Jan 10, 2025
1 parent 0df468c commit 201835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swig/include/python/gdal_python.i
Original file line number Diff line number Diff line change
Expand Up @@ -2848,9 +2848,9 @@ def WarpOptions(options=None, format=None,
transformerOptions:
list or dict of transformer options
cutlineDSName:
cutline dataset name (mutually exclusive with cutlineDSName)
cutline dataset name (mutually exclusive with cutlineWKT)
cutlineWKT:
cutline WKT geometry (POLYGON or MULTIPOLYGON) (mutually exclusive with cutlineWKT)
cutline WKT geometry (POLYGON or MULTIPOLYGON) (mutually exclusive with cutlineDSName)
cutlineSRS:
set/override cutline SRS
cutlineLayer:
Expand Down

0 comments on commit 201835b

Please sign in to comment.