8000 Spelling/grammar · QuLogic/matplotlib@3f1b7f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f1b7f7

Browse files
ksundenMecanerd
andauthored
Spelling/grammar
where as -> whereas miss-match -> mismatch Thanks to @Mecanerd for these suggestions Co-authored-by: Mecan 8000 erd <joshdonath23@hotmail.com>
1 parent fc00227 commit 3f1b7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/prev_api_changes/api_changes_3.8.0/behaviour.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Following the deprecation of ``pkg_resources.declare_namespace`` in ``setuptools
183183
As a consequence using ``pip`` to install a version of Matplotlib >= 3.8 on top
184184
of a version of Matplotlib < 3.8 (e.g. via ``pip install --local`` or
185185
``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
187187
found for all other modules. This will result in errors due to the version
188-
miss-match.
188+
mismatch.
189189

190190
To avoid this issue you need to avoid having multiple versions of Matplotlib
191191
in different entries of ``sys.path``. Either uninstall Matplotlib

0 commit comments

Comments
 (0)
0