Skip to content

Commit 6e5236d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/transforms/spatial/dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def __init__(
581581
input is not a meta-tensor or has no ``"space"`` item, the
582582
value ``(('L', 'R'), ('P', 'A'), ('I', 'S'))`` is used. If not
583583
``None``, the provided value is always used and the ``"space"``
584-
metadata item (if any) of the intput is ignored.
584+
metadata item (if any) of the input is ignored.
585585
allow_missing_keys: don't raise exception if key is missing.
586586
lazy: a flag to indicate whether this transform should execute lazily or not.
587587
Defaults to False

0 commit comments

Comments
 (0)