Skip to content
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

DOC: fix typos for key #1313

Merged
merged 1 commit into from
Mar 29, 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/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def from_file_map(klass, file_map, *, mmap=True, keep_file_open=None):
Parameters
----------
file_map : dict
Mapping with (kay, value) pairs of (``file_type``, FileHolder
Mapping with (key, value) pairs of (``file_type``, FileHolder
instance giving file-likes for each file needed for this image
type.
mmap : {True, False, 'c', 'r'}, optional, keyword only
Expand Down
2 changes: 1 addition & 1 deletion nibabel/dataobj_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def from_file_map(
Parameters
----------
file_map : dict
Mapping with (kay, value) pairs of (``file_type``, FileHolder
Mapping with (key, value) pairs of (``file_type``, FileHolder
instance giving file-likes for each file needed for this image
type.
mmap : {True, False, 'c', 'r'}, optional, keyword only
Expand Down
2 changes: 1 addition & 1 deletion nibabel/freesurfer/mghformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def from_file_map(klass, file_map, *, mmap=True, keep_file_open=None):
Parameters
----------
file_map : dict
Mapping with (kay, value) pairs of (``file_type``, FileHolder
Mapping with (key, value) pairs of (``file_type``, FileHolder
instance giving file-likes for each file needed for this image
type.
mmap : {True, False, 'c', 'r'}, optional, keyword only
Expand Down
2 changes: 1 addition & 1 deletion nibabel/spm99analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def from_file_map(klass, file_map, *, mmap=True, keep_file_open=None):
Parameters
----------
file_map : dict
Mapping with (kay, value) pairs of (``file_type``, FileHolder
Mapping with (key, value) pairs of (``file_type``, FileHolder
instance giving file-likes for each file needed for this image
type.
mmap : {True, False, 'c', 'r'}, optional, keyword only
Expand Down