Skip to content

Commit 6efccac

Browse files
committed
Fix line breaking error.
1 parent e3c6ee7 commit 6efccac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

surfer/viz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,8 @@ 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``
1353+
for
1354+
``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
13541355
``brain.add_label('cuneus', subdir='aparc')``).
13551356
**kwargs : additional keyword arguments
13561357
These are passed to the underlying

0 commit comments

Comments
 (0)