8000 Update lib/matplotlib/offsetbox.py · matplotlib/matplotlib@30f5d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f5d9a

Browse files
timhoffmQuLogic
andauthored
Update lib/matplotlib/offsetbox.py
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 67af4a6 commit 30f5d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _get_packed_offsets(wd_list, total, sep, mode="fixed"):
6565
*total*. The parameter *sep* is ignored in this mode. A total of *None*
6666
is accepted and considered equal to 1. The total is returned unchanged
6767
(except for the conversion *None* to 1). If the total is smaller than
68-
the sum of the widths, the laid out boxed will overlap.
68+
the sum of the widths, the laid out boxes will overlap.
6969
7070
- 'equal': If *total* is given, the total space is divided in N equal
7171
ranges and each box is left-aligned within its subspace.

0 commit comments

Comments
 (0)
0