Skip to content

Commit d95e0a3

Browse files
committed
DOCTEST: Changed AttributeError message
1 parent c1f0d65 commit d95e0a3

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: ...
415415
"""
416416
return self._structarr
417417

0 commit comments

Comments
 (0)