Skip to content

Commit 3c7a83a

Browse files
committed
FIX: Comment
1 parent 0808ff3 commit 3c7a83a

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
@@ -1096,7 +1096,7 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
10961096
label_name = name % i
10971097

10981098
if not isinstance(borders, (bool, int)) or borders < 0:
1099-
raise TypeError('borders must be a bool or int')
1099+
raise TypeError('borders must be a bool or positive integer')
11001100
if borders:
11011101
n_vertices = label.size
11021102
edges = utils.mesh_edges(self.geo[hemi].faces)

0 commit comments

Comments
 (0)