We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ba7c3 commit ea4ae44Copy full SHA for ea4ae44
monai/transforms/utility/array.py
@@ -1062,7 +1062,7 @@ class ConvertToMultiChannelBasedOnBratsClasses(Transform):
1062
1063
def __init__(self, et_label: int = 4) -> None:
1064
if et_label in (1, 2):
1065
- raise ValueError(f"et_label cannot be 1 or 2, these are reserved.Got {et_label}.")
+ raise ValueError(f"et_label cannot be 1 or 2, as these are reserved. Got {et_label}.")
1066
self.et_label = et_label
1067
1068
def __call__(self, img: NdarrayOrTensor) -> NdarrayOrTensor:
0 commit comments