We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60aedd commit 3cea1b4Copy full SHA for 3cea1b4
nibabel/gifti/giftiio.py
@@ -34,7 +34,7 @@ def read(filename):
34
35
36
@deprecate_with_version('giftiio.write function deprecated. '
37
- "Use nibabel.load() instead.",
+ "Use nibabel.save() instead.",
38
'2.1', '4.0')
39
def write(image, filename):
40
""" Save the current image to a new file
0 commit comments