10000 Add missing possible return value to docs of get_verticalalignment() · matplotlib/matplotlib@a83d81a · GitHub
[go: up one dir, main page]

Skip to content

Commit a83d81a

Browse files
committed
Add missing possible return value to docs of get_verticalalignment()
1 parent f72adc4 commit a83d81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def get_text(self):
849849
def get_verticalalignment(self):
850850
"""
851851
Return the vertical alignment as a string. Will be one of
852-
'top', 'center', 'bottom' or 'baseline'.
852+
'top', 'center', 'bottom', 'baseline' or 'center_baseline'.
853853
"""
854854
return self._verticalalignment
855855

0 commit comments

Comments
 (0)
0