Skip to content

Commit 298ac81

Browse files
anibalsoloneffigies
authored andcommitted
FIX: Suggest nibabel.save() on calls to deprecated giftiio.write()
Backport of gh-1055
1 parent 35a0257 commit 298ac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/gifti/giftiio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read(filename):
3434

3535

3636
@deprecate_with_version('giftiio.write function deprecated. '
37-
"Use nibabel.load() instead.",
37+
"Use nibabel.save() instead.",
3838
'2.1', '4.0')
3939
def write(image, filename):
4040
""" Save the current image to a new file

0 commit comments

Comments
 (0)