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 671703a

Browse filesBrowse files
authored
Merge pull request #24520 from oscargus/spelling2
Doc: Fix grammar and spelling
2 parents 8dd1f3a + 03a0b5e commit 671703a
Copy full SHA for 671703a

File tree

Expand file treeCollapse file tree

10 files changed

+114
-108
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+114
-108
lines changed

‎lib/matplotlib/offsetbox.py

Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def __init__(self, child, pad=None, draw_frame=False, patch_attrs=None):
510510
The contained `.Artist`.
511511
pad : float
512512
The padding in points. This will be scaled with the renderer dpi.
513-
In contrast *width* and *height* are in *pixels* and thus not
513+
In contrast, *width* and *height* are in *pixels* and thus not
514514
scaled.
515515
draw_frame : bool
516516
Whether to draw the contained `.FancyBboxPatch`.
@@ -919,7 +919,7 @@ def __init__(self, loc,
919919
The box location. Valid locations are
920920
'upper left', 'upper center', 'upper right',
921921
'center left', 'center', 'center right',
922-
'lower left', 'lower center, 'lower right'.
922+
'lower left', 'lower center', 'lower right'.
923923
For backward compatibility, numeric values are accepted as well.
924924
See the parameter *loc* of `.Legend` for details.
925925
pad : float, default: 0.4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.