Skip to content

Commit beb460a

Browse files
committed
Codespell fixes
1 parent 46d3c81 commit beb460a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
skip = .git,*.pdf,*.svg,*.ipynb
33
# te,fo - either abbreviations of variables
4-
ignore-words-list = te,fo
4+
ignore-words-list = te,fo,socio-economic

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_are_plane_positions_tiled_full():
228228
)
229229
sm_image = dcmread(sm_path)
230230

231-
# The plane positions from a TILED_FULL image should satsify the
231+
# The plane positions from a TILED_FULL image should satisfy the
232232
# requirements
233233
plane_positions = compute_plane_position_slide_per_frame(sm_image)
234234
assert are_plane_positions_tiled_full(

0 commit comments

Comments
 (0)