Skip to content

Commit cc72b49

Browse files
committed
fix: unicode in docstring
1 parent 75a2906 commit cc72b49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/cifti/cifti.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ def to_filename(self, filename):
799799

800800
class CiftiDenseDataSeries(CiftiImage):
801801
"""Class to handle Dense Data Series
802-
803802
Dense Data Series
804803
-----------------
805804
@@ -814,7 +813,7 @@ class CiftiDenseDataSeries(CiftiImage):
814813
voxel in the mapping that applies along the second dimension. A data series
815814
is often a timeseries, but it can also represent other data types such as a
816815
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.
816+
surface. It retains the 't' in dtseries from CIFTI-1 naming conventions.
818817
"""
819818
suffix = '.dtseries.nii'
820819

0 commit comments

Comments
 (0)