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 535e570 + 8b3562b commit 9461967Copy full SHA for 9461967
1 file changed
lib/matplotlib/rcsetup.py
@@ -411,7 +411,7 @@ def validate_fontweight(s):
411
try:
412
return int(s)
413
except (ValueError, TypeError):
414
- raise ValueError(f'{s} is not a valid font weight. %s')
+ raise ValueError(f'{s} is not a valid font weight.')
415
416
417
def validate_font_properties(s):
0 commit comments