Skip to content

Commit 20595d6

Browse files
authored
Merge pull request #1370 from DimitriPapadopoulos/codespell
MNT: Fix misspellings found by codespell
2 parents fa7c248 + b8487ce commit 20595d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nibabel/tests/test_casting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_floor_log2():
161161

162162

163163
def test_able_int_type():
164-
# The integer type cabable of containing values
164+
# The integer type capable of containing values
165165
for vals, exp_out in (
166166
([0, 1], np.uint8),
167167
([0, 255], np.uint8),

nibabel/tests/test_proxy_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* if you pass a header into the __init__, then modifying the original
2626
header will not affect the result of the array return.
2727
28-
These last are to allow the proxy to be re-used with different images.
28+
These last are to allow the proxy to be reused with different images.
2929
"""
3030

3131
import unittest

0 commit comments

Comments
 (0)