Skip to content

Commit a279175

Browse files
committed
BF: Typo
1 parent 750f80f commit a279175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/openers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _gzip_open(fileish, mode='rb', compresslevel=9):
7171

7272
# is this a file? if not we assume it is a string
7373
is_file = (hasattr(fileish, 'read') and hasattr(fileish, 'write') and
74-
hasattr(fileish, 'mode')
74+
hasattr(fileish, 'mode'))
7575

7676
# If we've been given a file object, we can't change its mode.
7777
if is_file:

0 commit comments

Comments
 (0)