Skip to content

Commit 8de271f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92fdb82 commit 8de271f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/transforms/compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class OneOf(Compose):
404404
Probabilities are normalized to sum to one.
405405
map_items: controls whether to apply a transformation to each item in `data`. If `data` is a list or tuple,
406406
it can behave as follows:
407-
407+
408408
- Defaults to True, which is equivalent to `map_items=1`, meaning the transformation will be applied
409409
to the first level of items in `data`.
410410
- If an integer is provided, it specifies the maximum level of nesting to which the transformation

0 commit comments

Comments
 (0)