From 5d7bb441f3572befc16d14dd9908db6c555bd394 Mon Sep 17 00:00:00 2001 From: gasperp Date: Tue, 14 Mar 2023 21:24:26 +0000 Subject: [PATCH] minor --- monai/metrics/hausdorff_distance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monai/metrics/hausdorff_distance.py b/monai/metrics/hausdorff_distance.py index 29ee4afeb2..22c7dcf3a9 100644 --- a/monai/metrics/hausdorff_distance.py +++ b/monai/metrics/hausdorff_distance.py @@ -165,7 +165,7 @@ def compute_hausdorff_distance( percentile of the Hausdorff Distance rather than the maximum result will be achieved. Defaults to ``None``. directed: whether to calculate directed Hausdorff distance. Defaults to ``False``. - spacing: spacing of pixel (or voxel) along each axis. If a sequence, must be of length equal + spacing: spacing of pixel (or voxel) along each axis. If a sequence, must be of length equal to the image dimensions; if a single number, this is used for all axes. If ``None``, spacing of unity is used. Defaults to ``None``. """