Skip to content

Commit e0ff55c

Browse files
committed
remove some trailing whitespace
1 parent 8fc9a12 commit e0ff55c

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
@@ -318,7 +318,7 @@ class Brain(object):
318318
views : list | str
319319
views to use
320320
disable_offset : bool
321-
If True, disables alignment of origin with medial wall, instead
321+
If True, disables alignment of origin with medial wall, instead
322322
make no change to surface coordinates. Useful to overlay additional
323323
visualizations (i.e. subcortical) onto same mayavi figure.
324324
show_toolbar : bool
@@ -337,7 +337,7 @@ class Brain(object):
337337
def __init__(self, subject_id, hemi, surf, curv=True, title=None,
338338
cortex="classic", size=800, background="black",
339339
foreground="white", figure=None, subjects_dir=None,
340-
views=['lat'], disable_offset=False, show_toolbar=False,
340+
views=['lat'], disable_offset=False, show_toolbar=False,
341341
offscreen=False, config_opts=None):
342342

343343
# Keep backwards compatability

0 commit comments

Comments
 (0)