Skip to content

Commit ed7d5af

Browse files
authored
Apply suggestion from @ericspod
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 6e5236d commit ed7d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/transforms/spatial/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def __init__(
591591
input is not a meta-tensor or has no ``"space"`` item, the
592592
value ``(('L', 'R'), ('P', 'A'), ('I', 'S'))`` is used. If not
593593
``None``, the provided value is always used and the ``"space"``
594-
metadata item (if any) of the intput is ignored.
594+
metadata item (if any) of the input is ignored.
595595
lazy: a flag to indicate whether this transform should execute lazily or not.
596596
Defaults to False
597597

0 commit comments

Comments
 (0)