Skip to content

Commit 81c8c09

Browse files
committed
Revert "Force line breaking to fix the rendering error on long code."
This reverts commit c7f6a9f.
1 parent c7f6a9f commit 81c8c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surfer/viz.py

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

0 commit comments

Comments
 (0)