Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f95512

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq/troubleshooting_faq.rst

Lines 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)