Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f9ce5a9

Browse filesBrowse files
committed
DOC: Fix some small typos.
1 parent 4c2851b commit f9ce5a9
Copy full SHA for f9ce5a9

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed

‎lib/matplotlib/afm.py

Copy file name to clipboardExpand all lines: lib/matplotlib/afm.py
+2-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/__init__.py
+2-2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/path.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.