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

Skip to content

Commit c41ee57

Browse files
authored
Merge pull request matplotlib#14895 from abhinavsagar/patch-6
DOC: Fix typos
2 parents 43e7d3b + b956384 commit c41ee57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Use ``array-like`` for homogeneous numeric sequences, which could
428428
typically be a numpy.array. Dimensionality may be specified using ``2D``,
429429
``3D``, ``n-dimensional``. If you need to have variables denoting the
430430
sizes of the dimensions, use capital letters in brackets
431-
(``array-like (M, N)``). When refering to them in the text they are easier
431+
(``array-like (M, N)``). When referring to them in the text they are easier
432432
read and no special formatting is needed.
433433

434434
``float`` is the implicit default dtype for array-likes. For other dtypes
@@ -638,7 +638,7 @@ reuse the parent docstring for the method of the child class. Python does this
638638
automatically, if the subclass method does not have a docstring.
639639

640640
Use a plain comment `# docstring inherited` to denote the intention to reuse
641-
the parent docstring. That way we do not accidentially create a docstring in
641+
the parent docstring. That way we do not accidentally create a docstring in
642642
the future::
643643

644644
class A:
@@ -785,7 +785,7 @@ two step process from within the :file:`/doc/sphinxext/gallery_order.py`:
785785
and a list of examples for the subsection order. The order of the items
786786
shown in the doc pages is the order those items appear in those lists.
787787
* *Implicit order*: If a folder or example is not in those lists, it will be
788-
appended after the explicitely ordered items and all of those additional
788+
appended after the explicitly ordered items and all of those additional
789789
items will be ordered by pathname (for the sections) or by filename
790790
(for the subsections).
791791

0 commit comments

Comments
 (0)