Skip to content

Commit bc1c2ae

Browse files
committed
PY39: Changed mmap repr
1 parent eccd22e commit bc1c2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/externals/netcdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class netcdf_file(object):
219219
220220
>>> data = time[:]
221221
>>> data.base.base # doctest: +ELLIPSIS
222-
<mmap.mmap object at 0x...>
222+
<mmap.mmap ...>
223223
224224
If the data is to be processed after the file is closed, it needs
225225
to be copied to main memory:

0 commit comments

Comments
 (0)