Skip to content

Commit de69f0a

Browse files
committed
DOC: fixed comment style
1 parent 0712259 commit de69f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def _get_geo_params(self, cortex, alpha=1.0):
604604
geo_params = dict(colormap=cortex[0], vmin=cortex[1],
605605
vmax=cortex[2], opacity=alpha), cortex[3], True
606606
else:
607-
try: # check if it's a non-string color specification
607+
try: # check if it's a non-string color specification
608608
color = colorConverter.to_rgb(cortex)
609609
geo_params = dict(color=color, opacity=alpha), False, False
610610
except ValueError:

0 commit comments

Comments
 (0)