Skip to content

Commit

Permalink
MNT: Fix misspellings found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 2, 2024
1 parent fa7c248 commit b8487ce
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 b8487ce

Please sign in to comment.