Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934ba3a + 0925731 commit 4fb90e1Copy full SHA for 4fb90e1
1 file changed
lib/matplotlib/rcsetup.py
@@ -471,7 +471,7 @@ def validate_fontweight(s):
471
try:
472
return int(s)
473
except (ValueError, TypeError):
474
- raise ValueError(f'{s} is not a valid font weight. %s')
+ raise ValueError(f'{s} is not a valid font weight.')
475
476
477
def validate_font_properties(s):
0 commit comments