Skip to content

Commit e937cc2

Browse files
committed
Codespell fixes
1 parent 12573fa commit e937cc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/highdicom/seg/sop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ def _check_and_cast_pixel_array(
21562156
# As a result, this method is optimized for runtime efficiency at the
21572157
# expense of simplicity. In particular, there are several common
21582158
# special cases that have optimized implementations, and intermediate
2159-
# results are re-used wherever possible
2159+
# results are reused wherever possible
21602160
number_of_segments = len(segment_numbers)
21612161

21622162
if pixel_array.ndim == 4:

src/highdicom/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ def flip_spatial(self, axes: int | Sequence[int]) -> Self:
12491249
'Argument "axis" must contain only values 0, 1, and/or 2.'
12501250
)
12511251

1252-
# We will re-use the existing __getitem__ implementation, which has all
1252+
# We will reuse the existing __getitem__ implementation, which has all
12531253
# this logic figured out already
12541254
index = []
12551255
for d in range(3):

0 commit comments

Comments
 (0)