Skip to content

Commit 1eb6fbe

Browse files
committed
Typo
1 parent 4c4405b commit 1eb6fbe

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
@@ -170,7 +170,7 @@ def reshape(self, shape):
170170
new_ap = ArrayProxy(file_like=self.file_like,
171171
header=self._header,
172172
mmap=self._mmap)
173-
new_ap.shape = shape
173+
new_ap._shape = shape
174174
return new_ap
175175

176176

0 commit comments

Comments
 (0)