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.
1 parent 28f41f9 commit 8ec7307Copy full SHA for 8ec7307
1 file changed
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