We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a0257 commit 298ac81Copy full SHA for 298ac81
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