Skip to content

Commit ed55620

Browse files
committed
DOC: Moved attribute docstring
1 parent 9008696 commit ed55620

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
@@ -37,7 +37,6 @@
3737
from .openers import ImageOpener, HAVE_INDEXED_GZIP
3838

3939

40-
KEEP_FILE_OPEN_DEFAULT = False
4140
"""This flag controls whether a new file handle is created every time an image
4241
is accessed through an ``ArrayProxy``, or a single file handle is created and
4342
used for the lifetime of the ``ArrayProxy``. It should be set to one of
@@ -53,6 +52,7 @@
5352
specifying the ``keep_file_open`` flag will result in a ``ValueError`` being
5453
raised.
5554
"""
55+
KEEP_FILE_OPEN_DEFAULT = False
5656

5757

5858
class ArrayProxy(object):

0 commit comments

Comments
 (0)