Skip to content

Commit 0077b2a

Browse files
committed
DOC: AttributeError text changed for properties
1 parent 90b7de8 commit 0077b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/wrapstruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def structarr(self):
411411
>>> wstr1.structarr = None
412412
Traceback (most recent call last):
413413
...
414-
AttributeError: can't set attribute
414+
AttributeError: can't set attribute...
415415
"""
416416
return self._structarr
417417

0 commit comments

Comments
 (0)