Skip to content

MNT: Fix misspellings found by codespell #1370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading