Skip to content

Commit b8a1039

Browse files
authored
Merge pull request #1055 from nipy/fix/gifti-doc-comment
FIX: Suggest `nibabel.save()` on calls to deprecated `giftiio.write()`
2 parents b60aedd + 3cea1b4 commit b8a1039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/gifti/giftiio.py

Lines changed: 1 addition & 1 deletion
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)