Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3f83b3

Browse filesBrowse files
tacaswellQuLogic
andauthored
DOC: correct typos
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 4a2f554 commit d3f83b3
Copy full SHA for d3f83b3

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎doc/api/backend_qt_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_qt_api.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ change without warning [#]_.
3737
Previously Matplotlib's Qt backends had the Qt version number in the name, both
3838
in the module and the :rc:`backend` value
3939
(e.g. ``matplotlib.backends.backend_qt4agg`` and
40-
``matplotlib.backends.backend_qt5agg``), however as part of adding support for
40+
``matplotlib.backends.backend_qt5agg``). However as part of adding support for
4141
Qt6 we were able to support both Qt5 and Qt6 with a single implementation with
4242
all of the Qt version and binding support handled in
4343
`~matplotlib.backends.qt_compat`. A majority of the renderer agnostic Qt code

‎lib/matplotlib/testing/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/testing/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def subprocess_run_helper(module, func, *args, timeout, **extra_env):
6363
The function in this module to run
6464
6565
*args : str
66-
Any additional command line arguments to be passed to
67-
in the first argument to subprocess.run
66+
Any additional command line arguments to be passed in
67+
the first argument to subprocess.run
6868
6969
**extra_env : Dict[str, str]
7070
Any additional envromental variables to be set for

‎lib/matplotlib/tests/test_backends_interactive.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_cross_Qt_imports():
345345
*pair,
346346
timeout=_test_timeout)
347347
except subprocess.CalledProcessError as ex:
348-
# if segfauldt, carry on. We do try to warn the user they
348+
# if segfault, carry on. We do try to warn the user they
349349
# are doing something that we do not expect to work
350350
if ex.returncode == -11:
351351
continue

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.