File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,8 +291,8 @@ def _parse_composites(fh):
291291 list is a list of `.CompositePart` entries describing the parts of
292292 the composite.
293293
294- Example
295- -------
294+ Examples
295+ --------
296296 A composite definition line::
297297
298298 CC Aacute 2 ; PCC A 0 0 ; PCC acute 160 170 ;
Original file line number Diff line number Diff line change @@ -1959,12 +1959,12 @@ def get_aliased_and_aliases(d):
19591959
19601960def _array_perimeter (arr ):
19611961 """
1962- Get the elements on the perimeter of `` arr``,
1962+ Get the elements on the perimeter of * arr*.
19631963
19641964 Parameters
19651965 ----------
19661966 arr : ndarray, shape (M, N)
1967- The input array
1967+ The input array.
19681968
19691969 Returns
19701970 -------
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ def get_path_collection_extents(
962962 master_transform : `~.Transform`
963963 Global transformation applied to all paths.
964964 paths : list of `Path`
965- transform : list of `~.Affine2D`
965+ transforms : list of `~.Affine2D`
966966 offsets : (N, 2) array-like
967967 offset_transform : `~.Affine2D`
968968 Transform applied to the offsets before offsetting the path.
You can’t perform that action at this time.
0 commit comments