Skip to content

Commit

Permalink
Merge pull request #1370 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
MNT: Fix misspellings found by codespell
  • Loading branch information
effigies authored Oct 2, 2024
2 parents fa7c248 + b8487ce commit 20595d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nibabel/tests/test_casting.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_floor_log2():


def test_able_int_type():
# The integer type cabable of containing values
# The integer type capable of containing values
for vals, exp_out in (
([0, 1], np.uint8),
([0, 255], np.uint8),
Expand Down
2 changes: 1 addition & 1 deletion nibabel/tests/test_proxy_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* if you pass a header into the __init__, then modifying the original
header will not affect the result of the array return.
These last are to allow the proxy to be re-used with different images.
These last are to allow the proxy to be reused with different images.
"""

import unittest
Expand Down

0 comments on commit 20595d6

Please sign in to comment.