We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa7c248 + b8487ce commit 20595d6Copy full SHA for 20595d6
nibabel/tests/test_casting.py
@@ -161,7 +161,7 @@ def test_floor_log2():
161
162
163
def test_able_int_type():
164
- # The integer type cabable of containing values
+ # The integer type capable of containing values
165
for vals, exp_out in (
166
([0, 1], np.uint8),
167
([0, 255], np.uint8),
nibabel/tests/test_proxy_api.py
@@ -25,7 +25,7 @@
25
* if you pass a header into the __init__, then modifying the original
26
header will not affect the result of the array return.
27
28
-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.
29
"""
30
31
import unittest
0 commit comments