Skip to content

Commit 98e502a

Browse files
committed
Fix docstring of sort_datasets
1 parent e13d30e commit 98e502a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/highdicom/spatial.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3809,14 +3809,11 @@ def sort_datasets(
38093809
coordinate system with this handedness in the when combined with
38103810
the within-frame convention given by ``index_convention``.
38113811
3812-
38133812
Returns
38143813
-------
38153814
List[Dataset]
3816-
Sorting index for the input datasets. Element i of this list gives the
3817-
index in the original list of datasets such that the output list is
3818-
sorted along the positive direction of the normal vector of the imaging
3819-
plane.
3815+
List of datasets sorted according to spatial position, using the
3816+
convention specified by the input parameters.
38203817
38213818
""" # noqa: E501
38223819
sort_index = get_dataset_sort_index(

0 commit comments

Comments
 (0)