From d0a479ffe36a315ff906797085cce15cce37de67 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Fri, 25 Oct 2024 10:54:26 -0400 Subject: [PATCH] minor grammar fix --- dicommake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dicommake.py b/dicommake.py index 63c04da..9ff1dd5 100644 --- a/dicommake.py +++ b/dicommake.py @@ -38,7 +38,7 @@ -__version__ = '2.4.0' +__version__ = '2.4.1' DISPLAY_TITLE = r""" _ _ _ _ @@ -169,7 +169,7 @@ def npimage_get(image): # Append the SeriesDescription with a given text if str_append: - ds.SeriesDescription += f"-{str_append}" + ds.SeriesDescription += f" - {str_append}" return ds def doubly_map(x: PathMapper, y: PathMapper) -> Iterable[tuple[Path, Path, Path, Path]]: