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

Skip to content

Commit 6a96ad9

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

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
@@ -56,7 +56,7 @@ def _get_packed_offsets(wd_list, total, sep, mode="fixed"):
5656
5757
- 'fixed': The elements are packed tight to the left with a spacing of
5858
*sep* in between. If *total* is *None* the returned total will be the
59-
right edge of the last box. A non-None total will be passed unchecked
59+
right edge of the last box. A non-*None* total will be passed unchecked
6060
to the output. In particular this means that right edge of the last
6161
box will may be further to the right than the returned total.
6262

0 commit comments

Comments
 (0)
0