Skip to content

Commit 7eaa3ae

Browse files
committed
BUG: Fix escape
1 parent de44a10 commit 7eaa3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/openers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _gzip_open(filename, mode='rb', compresslevel=9, keep_open=False):
5454

5555

5656
class Opener(object):
57-
""" Class to accept, maybe open, and context-manage file-likes / filenames
57+
r"""Class to accept, maybe open, and context-manage file-likes / filenames
5858
5959
Provides context manager to close files that the constructor opened for
6060
you.

0 commit comments

Comments
 (0)