Skip to content

Commit

Permalink
minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 25, 2024
1 parent 8ef3605 commit d0a479f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicommake.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@



__version__ = '2.4.0'
__version__ = '2.4.1'

DISPLAY_TITLE = r"""
_ _ _ _
Expand Down Expand Up @@ -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]]:
Expand Down

0 comments on commit d0a479f

Please sign in to comment.