@@ -428,7 +428,7 @@ Use ``array-like`` for homogeneous numeric sequences, which could
428428typically be a numpy.array. Dimensionality may be specified using ``2D ``,
429429``3D ``, ``n-dimensional ``. If you need to have variables denoting the
430430sizes 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
432432read 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
638638automatically, if the subclass method does not have a docstring.
639639
640640Use 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
642642the 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