Skip to content

Commit 97fc66d

Browse files
fix typo
1 parent d39aa82 commit 97fc66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/constant_fold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def constant_fold_expr(builder: IRBuilder, expr: Expression) -> ConstantValue |
7878

7979
# builtins.str methods
8080
if isinstance(folded_callee, str):
81-
` # str.join
81+
# str.join
8282
if (
8383
callee.name == "join"
8484
and len(args := expr.args) == 1

0 commit comments

Comments
 (0)