Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9f7d1da

Browse files
jkseppanQuLogic
andauthored
Fix missing f-string
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parentcd42970 commit9f7d1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/_type1font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def _parse_charstrings(
658658
token=next(tokens)
659659
ifnottoken.is_keyword(self._abbr['RD']):
660660
raiseRuntimeError(
661-
"Token preceding charstring must be {self._abbr['RD']}, "
661+
f"Token preceding charstring must be{self._abbr['RD']}, "
662662
f"was{token}"
663663
)
664664
binary_token=tokens.send(1+nbytes_token.value())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp