File tree 1 file changed +2
-2
lines changed
doc/api/prev_api_changes/api_changes_3.8.0 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,9 +183,9 @@ Following the deprecation of ``pkg_resources.declare_namespace`` in ``setuptools
183
183
As a consequence using ``pip `` to install a version of Matplotlib >= 3.8 on top
184
184
of a version of Matplotlib < 3.8 (e.g. via ``pip install --local `` or
185
185
``python -m venv --system-site-packages ... ``) will fail because the old
186
- ``matplotlib.mpl_toolkits `` files will be found where as the newer files will be
186
+ ``matplotlib.mpl_toolkits `` files will be found whereas the newer files will be
187
187
found for all other modules. This will result in errors due to the version
188
- miss-match .
188
+ mismatch .
189
189
190
190
To avoid this issue you need to avoid having multiple versions of Matplotlib
191
191
in different entries of ``sys.path ``. Either uninstall Matplotlib
You can’t perform that action at this time.
0 commit comments