From 519645cbebf772777ff595aaa3f500122e04474d Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 3 Sep 2013 21:40:03 -0400 Subject: [PATCH] Typos --- doc/users/customizing.rst | 2 +- lib/matplotlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/users/customizing.rst b/doc/users/customizing.rst index 035d8276e3e3..aff479e18539 100644 --- a/doc/users/customizing.rst +++ b/doc/users/customizing.rst @@ -22,7 +22,7 @@ locations, in the following order: 2. It next looks in a user-specific place, depending on your platform: - On Linux, it looks in :file:`.config/matplotlib/matplotlibrc` (or - `$XDG_CONFIG_HOME/matplotlib/matplotlibrc` if you've customized + `$XDG_CONFIG_HOME/matplotlib/matplotlibrc`) if you've customized your environment. - On other platforms, it looks in :file:`.matplotlib/matplotlibrc`. diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index ab7ffe4ee7b1..19235896bca8 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -1096,7 +1096,7 @@ def rc_file_defaults(): rcParams.update(rcParamsOrig) _use_error_msg = """ This call to matplotlib.use() has no effect -because the the backend has already been chosen; +because the backend has already been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time. """