Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46e52f6

Browse files
committed
Doc typos.
1 parent 83cb3ef commit 46e52f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/api_overview.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Further reading:
2525
The object-oriented API
2626
-----------------------
2727

28-
At its core, Matbplotlib is object-oriented. We recommend directly working
28+
At its core, Matplotlib is object-oriented. We recommend directly working
2929
with the objects, if you need more control and customization of your plots.
3030

3131
In many cases you will create a `.Figure` and one or more
@@ -41,7 +41,6 @@ Further reading:
4141
(except for the pyplot section)
4242
- The list of :doc:`matplotlib modules </api/index>`.
4343

44-
4544
The pylab API (disapproved)
4645
---------------------------
4746

@@ -51,6 +50,6 @@ The pylab API (disapproved)
5150
instead.
5251

5352
`matplotlib.pylab` is a module that includes `matplotlib.pyplot`, `numpy`
54-
and some additional functions within a single namespace. It's original puropse
53+
and some additional functions within a single namespace. Its original purpose
5554
was to mimic a MATLAB-like way of working by importing all functions into the
5655
global namespace. This is considered bad style nowadays.

0 commit comments

Comments
 (0)