Skip to content

Commit 28e5822

Browse files
committed
DOC update docstring
1 parent c05675f commit 28e5822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cortex/segment.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@ def cut_surface(cx_subject, hemi, name='flatten', fs_subject=None, data=None,
144144
Which hemisphere to flatten. Should be "lh" or "rh"
145145
name : str, optional
146146
String name of the current flatten attempt. Defaults to "flatten"
147-
data : Dataview
148-
A data view object to display on the surface as a cutting guide.
147+
data : Dataview or List(Dataview)
148+
A data view object or list of data view objects to display on the
149+
surface as a cutting guide.
149150
fs_subject : str
150151
Name of Freesurfer subject (if different from pycortex subject)
151152
None defaults to `cx_subject`

0 commit comments

Comments
 (0)