Skip to content

Commit 3633f59

Browse files
Update netneurotools/plotting.py
Co-authored-by: Ross Markello <[email protected]>
1 parent 37265e1 commit 3633f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def plot_fsaverage(data, *, lhannot, rhannot, order='lr', mask=None,
440440
>>> schaefer = fetch_schaefer2018('fsaverage')['400Parcels7Networks']
441441
>>> plot_fsaverage(values,
442442
... lhannot=schaefer.lh,
443-
... rhannot=schaefer.rh) # DOCTEST: +SKIP
443+
... rhannot=schaefer.rh) # doctest: +SKIP
444444
445445
"""
446446

0 commit comments

Comments
 (0)