Skip to content

Commit 48afc88

Browse files
committed
fix typo
1 parent 86c9085 commit 48afc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/data/decathlon_datalist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def load_decathlon_datalist(
117117
two dict items, "modality" (keyed by channel index), and "labels" (keyed by label index),
118118
and two integer items, "numTraining" and "numTest", with the number of items.
119119
120-
The "training" key contains a list of direcitonaries, each of which has at least
120+
The "training" key contains a list of dictionaries, each of which has at least
121121
the "image" and "label" keys, the latter of which is a path for segmentation data.
122122
Each item can also include a "fold" key for cross-validation purposes.
123123
The "test" key contains a list of image paths, without labels.

0 commit comments

Comments
 (0)