Skip to content

Commit 7bd92e7

Browse files
committed
[MNT] Fix style
1 parent 3633f59 commit 7bd92e7

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
@@ -431,7 +431,7 @@ def plot_fsaverage(data, *, lhannot, rhannot, order='lr', mask=None,
431431
>>> values = np.random.rand(219)
432432
>>> cammoun = fetch_cammoun2012('fsaverage')['scale125']
433433
>>> plot_fsaverage(values, order='RL',
434-
... lhannot=cammoun.lh, rhannot=cammoun.rh) # doctest: +SKIP
434+
... lhannot=cammoun.lh, rhannot=cammoun.rh) # doctest: +SKIP
435435
436436
Plotting with the Schaefer 2018 parcellation we can use the default
437437
parameter for `order`:

0 commit comments

Comments
 (0)