8000 Update grammar (#23737) · matplotlib/matplotlib@cbfd39a · GitHub
[go: up one dir, main page]

Skip to content

Commit cbfd39a

Browse files

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/users/explain/backends.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ allows both interactive work and plotting from scripts, with output to the
107107
screen and/or to a file, so at least initially, you will not need to worry
108108
about the backend. The most common exception is if your Python distribution
109109
comes without :mod:`tkinter` and you have no other GUI toolkit installed.
110-
This happens on certain Linux distributions, where you need to install a
110+
This happens with certain Linux distributions, where you need to install a
111111
Linux package named ``python-tk`` (or similar).
112112

113113
If, however, you want to write graphical user interfaces, or a web

doc/users/explain/interactive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ and run the GUI event loop for the specified period of time.
169169

170170
The GUI event loop being integrated with your command prompt and
171171
the figures being in interactive mode are independent of each other.
172-
If you use `pyplot.ion` but have not arranged for the event loop integration,
172+
If you try to use `pyplot.ion` without arranging for the event-loop integration,
173173
your figures will appear but will not be interactive while the prompt is waiting for input.
174174
You will not be able to pan/zoom and the figure may not even render
175175
(the window might appear black, transparent, or as a snapshot of the

doc/users/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ the tracker so the issue doesn't get lost.
157157
Problems with recent git versions
158158
=================================
159159

160-
First make sure you have a clean build and install (see :ref:`clean-install`),
160+
First, make sure you have a clean build and install (see :ref:`clean-install`),
161161
get the latest git update, install it and run a simple test script in debug
162162
mode::
163163

0 commit comments

Comments
 (0)
0