Skip to content

Commit 3084407

Browse files
larsonereffigies
authored andcommitted
BUG: Fix escape
1 parent 6b1fa66 commit 3084407

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
@@ -111,7 +111,7 @@ def _gzip_open(filename, mode='rb', compresslevel=9, keep_open=False):
111111

112112

113113
class Opener(object):
114-
""" Class to accept, maybe open, and context-manage file-likes / filenames
114+
r"""Class to accept, maybe open, and context-manage file-likes / filenames
115115
116116
Provides context manager to close files that the constructor opened for
117117
you.

0 commit comments

Comments
 (0)