8000 Fix incorrect super class of VCentered. · matplotlib/matplotlib@53d2687 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53d2687

Browse files
committed
Fix incorrect super class of VCentered.
1 parent 6bba974 commit 53d2687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ def __init__(self, elements):
19781978
do_kern=False)
19791979

19801980

1981-
class VCentered(Hlist):
1981+
class VCentered(Vlist):
19821982
"""
19831983
A convenience class to create a `Vlist` whose contents are
19841984
centered within its enclosing box.

0 commit comments

Comments
 (0)
0