Skip to content

Commit c531421

Browse files
Update nibabel/cifti2/cifti2.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent d0a484b commit c531421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/cifti2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ def get_data_shape(self):
12301230
"""
12311231
Returns data shape expected based on the CIFTI-2 header
12321232
1233-
Any dimensions omitted in the CIFIT-2 header will be given a default size of None.
1233+
Any dimensions omitted in the CIFTI-2 header will be given a default size of None.
12341234
"""
12351235
from . import cifti2_axes
12361236
if len(self.mapped_indices) == 0:

0 commit comments

Comments
 (0)