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

Skip to content

Commit 6a32d35

Browse files
committed
Fixed missing grave character
1 parent 854f74a commit 6a32d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/style_sheets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Defining your own style
2626

2727
You can create custom styles and use them by calling ``style.use`` with the
2828
path or URL to the style sheet. Alternatively, if you add your ``<style-name>.mplstyle``
29-
file to ``mpl_configdir/stylelib`, you can reuse your custom style sheet with a call to
29+
file to ``mpl_configdir/stylelib``, you can reuse your custom style sheet with a call to
3030
``style.use(<style-name>)``. By default ``mpl_configdir`` should be ``~/.config/matplotlib``,
3131
but you can check where yours is with ``matplotlib.get_configdir()``, you may need to
3232
create this directory. Note that a custom style sheet in ``mpl_configdir/stylelib``

0 commit comments

Comments
 (0)