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

Skip to content

Commit 671703a

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

File tree

10 files changed

+114
-108
lines changed

10 files changed

+114
-108
lines changed

lib/matplotlib/offsetbox.py

Lines 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)