Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f41f9 + 8ec7307 commit 4f95512Copy full SHA for 4f95512
doc/faq/troubleshooting_faq.rst
@@ -97,10 +97,10 @@ provide the following information in your e-mail to the `mailing list
97
98
* Matplotlib version::
99
100
- python -c "import matplotlib; print matplotlib.__version__"
+ python -c "import matplotlib; print(matplotlib.__version__)"
101
102
* Where you obtained Matplotlib (e.g., your Linux distribution's packages,
103
- GitHub, PyPi, or `Anaconda <https://www.anaconda.com/>`_).
+ GitHub, PyPI, or `Anaconda <https://www.anaconda.com/>`_).
104
105
* Any customizations to your ``matplotlibrc`` file (see
106
:doc:`/tutorials/introductory/customizing`).
0 commit comments