Skip to content

Commit 6bfe4b6

Browse files
committed
Revert "Fix line breaking error."
This reverts commit a7abf61.
1 parent a7abf61 commit 6bfe4b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

surfer/viz.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,9 +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
1354-
| ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
1355-
| ``brain.add_label('cuneus', subdir='aparc')``).
1353+
for ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
1354+
``brain.add_label('cuneus', subdir='aparc')``).
13561355
**kwargs : additional keyword arguments
13571356
These are passed to the underlying
13581357
`mayavi.mlab.pipeline.surface` call.

0 commit comments

Comments
 (0)