@@ -428,7 +428,7 @@ Use ``array-like`` for homogeneous numeric sequences, which could
428
428
typically be a numpy.array. Dimensionality may be specified using ``2D ``,
429
429
``3D ``, ``n-dimensional ``. If you need to have variables denoting the
430
430
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
432
432
read and no special formatting is needed.
433
433
434
434
``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
638
638
automatically, if the subclass method does not have a docstring.
639
639
640
640
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
642
642
the future::
643
643
644
644
class A:
@@ -785,7 +785,7 @@ two step process from within the :file:`/doc/sphinxext/gallery_order.py`:
785
785
and a list of examples for the subsection order. The order of the items
786
786
shown in the doc pages is the order those items appear in those lists.
787
787
* *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
789
789
items will be ordered by pathname (for the sections) or by filename
790
790
(for the subsections).
791
791
0 commit comments