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

Skip to content

Commit f9ce5a9

Browse files
committed
DOC: Fix some small typos.
1 parent 4c2851b commit f9ce5a9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/matplotlib/afm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ;

lib/matplotlib/cbook/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,12 +1959,12 @@ def get_aliased_and_aliases(d):
19591959

19601960
def _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
-------

lib/matplotlib/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)