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 4f95512

Browse filesBrowse files
authored
Merge pull request #17390 from anntzer/tsg
Small updates to troubleshooting guide.
2 parents 28f41f9 + 8ec7307 commit 4f95512
Copy full SHA for 4f95512

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.