Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 519645c

Browse filesBrowse files
committed
Typos
1 parent 649f029 commit 519645c
Copy full SHA for 519645c

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/users/customizing.rst

Copy file name to clipboardExpand all lines: doc/users/customizing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locations, in the following order:
2222
2. It next looks in a user-specific place, depending on your platform:
2323

2424
- On Linux, it looks in :file:`.config/matplotlib/matplotlibrc` (or
25-
`$XDG_CONFIG_HOME/matplotlib/matplotlibrc` if you've customized
25+
`$XDG_CONFIG_HOME/matplotlib/matplotlibrc`) if you've customized
2626
your environment.
2727

2828
- On other platforms, it looks in :file:`.matplotlib/matplotlibrc`.

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ def rc_file_defaults():
10961096
rcParams.update(rcParamsOrig)
10971097

10981098
_use_error_msg = """ This call to matplotlib.use() has no effect
1099-
because the the backend has already been chosen;
1099+
because the backend has already been chosen;
11001100
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
11011101
or matplotlib.backends is imported for the first time.
11021102
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.