We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de44a10 commit 7eaa3aeCopy full SHA for 7eaa3ae
nibabel/openers.py
@@ -54,7 +54,7 @@ def _gzip_open(filename, mode='rb', compresslevel=9, keep_open=False):
54
55
56
class Opener(object):
57
- """ Class to accept, maybe open, and context-manage file-likes / filenames
+ r"""Class to accept, maybe open, and context-manage file-likes / filenames
58
59
Provides context manager to close files that the constructor opened for
60
you.
0 commit comments