8000 PEP8 · matplotlib/matplotlib@45cdee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45cdee2

Browse files
committed
PEP8
1 parent 7b3bd3e commit 45cdee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/text.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def get_rotation(rotation):
121121
transform a matplotlib.transform transformation instance
122122
usetex [True | False | None]
123123
variant ['normal' | 'small-caps']
124-
verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' | 'center_baseline' ]
124+
verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' |
125+
'center_baseline' ]
125126
visible [True | False]
126127
weight or fontweight ['normal' | 'bold' | 'heavy' | 'light' |
127128
'ultrabold' | 'ultralight']

0 commit comments

Comments
 (0)
0