File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -291,8 +291,8 @@ def _parse_composites(fh):
291
291
list is a list of `.CompositePart` entries describing the parts of
292
292
the composite.
293
293
294
- Example
295
- -------
294
+ Examples
295
+ --------
296
296
A composite definition line::
297
297
298
298
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):
1959
1959
1960
1960
def _array_perimeter (arr ):
1961
1961
"""
1962
- Get the elements on the perimeter of `` arr``,
1962
+ Get the elements on the perimeter of * arr*.
1963
1963
1964
1964
Parameters
1965
1965
----------
1966
1966
arr : ndarray, shape (M, N)
1967
- The input array
1967
+ The input array.
1968
1968
1969
1969
Returns
1970
1970
-------
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ def get_path_collection_extents(
962
962
master_transform : `~.Transform`
963
963
Global transformation applied to all paths.
964
964
paths : list of `Path`
965
- transform : list of `~.Affine2D`
965
+ transforms : list of `~.Affine2D`
966
966
offsets : (N, 2) array-like
967
967
offset_transform : `~.Affine2D`
968
968
Transform applied to the offsets before offsetting the path.
You can’t perform that action at this time.
0 commit comments