Skip to content

Commit a7abf61

Browse files
committed
Fix line breaking error.
1 parent 533bab5 commit a7abf61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

surfer/viz.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,9 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
13501350
If a label is specified as name, subdir can be used to indicate
13511351
that the label file is in a sub-directory of the subject's
13521352
label directory rather than in the label directory itself (e.g.
1353-
for ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
1354-
``brain.add_label('cuneus', subdir='aparc')``).
1353+
for
1354+
| ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
1355+
| ``brain.add_label('cuneus', subdir='aparc')``).
13551356
**kwargs : additional keyword arguments
13561357
These are passed to the underlying
13571358
`mayavi.mlab.pipeline.surface` call.

0 commit comments

Comments
 (0)