Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55bf053

Browse files
committed
Fix a typo
1 parent 9a31950 commit 55bf053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/whats_new/rcparams.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defining proprty cycles. Adding cyclers together will be like you are
99
axes.prop_cycle: cycler('color', 'rgb') + cycler('lw', [1, 2, 3])
1010

1111
You can even multiply cyclers, which is like using `itertools.product()`
12-
on two or more property cycles. Remember to use parenstheses if writing
12+
on two or more property cycles. Remember to use parentheses if writing
1313
a multi-line `prop_cycle` parameter.
1414

1515
..plot:: mpl_examples/color/color_cycle_demo.py

0 commit comments

Comments
 (0)