From c0f01c0a3e5de34b44ee44a0021f95f790307eeb Mon Sep 17 00:00:00 2001 From: pressler-vsc <78438270+pressler-vsc@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:31:22 -0700 Subject: [PATCH] Fix docstring typo in sarkit.sicd.xrowycol_to_rowcol --- sarkit/sicd/_calculations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarkit/sicd/_calculations.py b/sarkit/sicd/_calculations.py index 5839a8f..4b2baa7 100644 --- a/sarkit/sicd/_calculations.py +++ b/sarkit/sicd/_calculations.py @@ -147,7 +147,7 @@ def xrowycol_to_rowcol( xmltree : lxml.etree.ElementTree SICD metadata xrowycol : (..., 2) array_like - N-D array of indices with (xrow, yol) in the last dimension + N-D array of indices with (xrow, ycol) in the last dimension Returns -------