Skip to content

Commit 943ffe5

Browse files
timhoffmQuLogic
andauthored
Apply suggestions from code review
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 10765e1 commit 943ffe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This glossary defines concepts and terminology specific to Matplotlib.
1818
The outermost container for a Matplotlib graphic. Think of this as the
1919
sheet of paper to draw on.
2020

21-
This is impolemented in the class `.Figure`. For more details see
21+
This is implemented in the class `.Figure`. For more details see
2222
:ref:`figure-intro`.
2323

2424
Axes
@@ -31,7 +31,7 @@ This glossary defines concepts and terminology specific to Matplotlib.
3131
this is the object users will mostly interact with.
3232

3333
Note: The term *Axes* was taken over from MATLAB. Think of this as
34-
A container spanned by the *x*- and *y*-axis, including decoration
34+
a container spanned by the *x*- and *y*-axis, including decoration
3535
and data.
3636

3737
Axis
@@ -41,4 +41,4 @@ This glossary defines concepts and terminology specific to Matplotlib.
4141

4242
Artist
4343
The base class for all graphical element that can be drawn.
44-
Examples are Lines, Rectangles, Text, Ticks, Lengend, Axes, ...
44+
Examples are Lines, Rectangles, Text, Ticks, Legend, Axes, ...

0 commit comments

Comments
 (0)