Skip to content

Commit fdd94d1

Browse files
authored
Typo
1 parent ef9b1b3 commit fdd94d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/arrayproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(self, file_like, spec, *,
126126
If ``file_like`` is an open file handle, this setting has no
127127
effect. The default value (``None``) will result in the value of
128128
``KEEP_FILE_OPEN_DEFAULT`` being used.
129-
compression : { None, "gz", "bz2", "zst" }, optional, keyworld only
129+
compression : { None, "gz", "bz2", "zst" }, optional, keyword only
130130
"""
131131
if mmap not in (True, False, 'c', 'r'):
132132
raise ValueError("mmap should be one of {True, False, 'c', 'r'}")

0 commit comments

Comments
 (0)