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 75a2906 commit cc72b49Copy full SHA for cc72b49
nibabel/cifti/cifti.py
@@ -799,7 +799,6 @@ def to_filename(self, filename):
799
800
class CiftiDenseDataSeries(CiftiImage):
801
"""Class to handle Dense Data Series
802
-
803
Dense Data Series
804
-----------------
805
@@ -814,7 +813,7 @@ class CiftiDenseDataSeries(CiftiImage):
814
813
voxel in the mapping that applies along the second dimension. A data series
815
is often a timeseries, but it can also represent other data types such as a
816
series of sampling depths along the surface normal from the white to pial
817
- surface. It retains the ‘t’ in dtseries from CIFTI-1 naming conventions.
+ surface. It retains the 't' in dtseries from CIFTI-1 naming conventions.
818
"""
819
suffix = '.dtseries.nii'
820
0 commit comments