Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6530db1

Browse filesBrowse files
authored
Merge pull request #19313 from timhoffm/doc-verticalalignment
Add missing possible return value to docs of get_verticalalignment()
2 parents 19bd709 + a83d81a commit 6530db1
Copy full SHA for 6530db1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/text.py

Copy file name to clipboardExpand all lines: lib/matplotlib/text.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.