Skip to content

Commit 8854557

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/nnunet/nnunet_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_nnunet_trainer(
8282
fold : Union[int, str]
8383
The fold number or 'all' for cross-validation.
8484
trainer_class_name : str, optional
85-
The class name of the trainer to be used. Default is 'nnUNetTrainer'.
85+
The class name of the trainer to be used. Default is 'nnUNetTrainer'.
8686
For a complete list of supported trainers, see https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/training/nnUNetTrainer/variants
8787
plans_identifier : str, optional
8888
Identifier for the plans to be used. Default is 'nnUNetPlans'.

0 commit comments

Comments
 (0)