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

Skip to content

Commit 609e649

Browse files
authored
Merge pull request #24532 from meeseeksmachine/auto-backport-of-pr-24520-on-v3.6.x
Backport PR #24520 on branch v3.6.x (Doc: Fix grammar and spelling)
2 parents 24f530e + 8cc9364 commit 609e649

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
@@ -511,7 +511,7 @@ def __init__(self, child, pad=None, draw_frame=False, patch_attrs=None):
511511
The contained `.Artist`.
512512
pad : float
513513
The padding in points. This will be scaled with the renderer dpi.
514-
In contrast *width* and *height* are in *pixels* and thus not
514+
In contrast, *width* and *height* are in *pixels* and thus not
515515
scaled.
516516
draw_frame : bool
517517
Whether to draw the contained `.FancyBboxPatch`.
@@ -945,7 +945,7 @@ def __init__(self, loc,
945945
The box location. Valid locations are
946946
'upper left', 'upper center', 'upper right',
947947
'center left', 'center', 'center right',
948-
'lower left', 'lower center, 'lower right'.
948+
'lower left', 'lower center', 'lower right'.
949949
For backward compatibility, numeric values are accepted as well.
950950
See the parameter *loc* of `.Legend` for details.
951951
pad : float, default: 0.4

0 commit comments

Comments
 (0)