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 8ec7307

Browse filesBrowse files
committed
Small updates to troubleshooting guide.
1 parent 28f41f9 commit 8ec7307
Copy full SHA for 8ec7307

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎doc/faq/troubleshooting_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/troubleshooting_faq.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ provide the following information in your e-mail to the `mailing list
9797

9898
* Matplotlib version::
9999

100-
python -c "import matplotlib; print matplotlib.__version__"
100+
python -c "import matplotlib; print(matplotlib.__version__)"
101101

102102
* Where you obtained Matplotlib (e.g., your Linux distribution's packages,
103-
GitHub, PyPi, or `Anaconda <https://www.anaconda.com/>`_).
103+
GitHub, PyPI, or `Anaconda <https://www.anaconda.com/>`_).
104104

105105
* Any customizations to your ``matplotlibrc`` file (see
106106
:doc:`/tutorials/introductory/customizing`).

0 commit comments

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