8000 Fix spelling · matplotlib/matplotlib@2cb99fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cb99fc

Browse files
committed
Fix spelling
1 parent b455d6b commit 2cb99fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/next_whats_new/new_rcparams_grid_options.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Seperate styling options for major/minor grid line in rcParams
1+
Separate styling options for major/minor grid line in rcParams
22
--------------------------------------------------------------
33

44
Using :rc:`grid.major.*` or :rc:`grid.minor.*` will overwrite the value in
@@ -22,7 +22,7 @@ Using :rc:`grid.major.*` or :rc:`grid.minor.*` will overwrite the value in
2222
mpl.rcParams["grid.color"] = "red"
2323
mpl.rcParams["grid.linewidth"] = 1
2424

25-
# Overwrite some values for major and minor seperately
25+
# Overwrite some values for major and minor separately
2626
mpl.rcParams["grid.major.color"] = "black"
2727
mpl.rcParams["grid.major.linewidth"] = 2
2828
mpl.rcParams["grid.minor.linestyle"] = ":"

0 commit comments

Comments
 (0)
0