Skip to content

Commit ee79fd0

Browse files
committed
Update Python version in the doc examples
1 parent 18ed806 commit ee79fd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/users/installing/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ at the Terminal.app command line::
304304

305305
You should see something like ::
306306

307-
3.0.0 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/__init__.py
307+
3.6.0 /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib/__init__.py
308308

309-
where ``3.0.0`` is the Matplotlib version you just installed, and the path
309+
where ``3.6.0`` is the Matplotlib version you just installed, and the path
310310
following depends on whether you are using Python.org Python, Homebrew or
311311
Macports. If you see another version, or you get an error like ::
312312

tutorials/introductory/customizing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ def plotting_function():
217217
#
218218
# 4. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
219219
# :file:`{INSTALL}` is something like
220-
# :file:`/usr/lib/python3.7/site-packages` on Linux, and maybe
221-
# :file:`C:\\Python37\\Lib\\site-packages` on Windows. Every time you
220+
# :file:`/usr/lib/python3.9/site-packages` on Linux, and maybe
221+
# :file:`C:\\Python39\\Lib\\site-packages` on Windows. Every time you
222222
# install matplotlib, this file will be overwritten, so if you want
223223
# your customizations to be saved, please move this file to your
224224
# user-specific matplotlib directory.

0 commit comments

Comments
 (0)