Skip to content

Commit

Permalink
[mixed-format-string] Use the multiple files template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 12, 2023
1 parent 88525c0 commit 7d04b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
print("x=%d, y=%d" % (0, 1))
print("x=%(x)d, y=%(y)d" % {"x": 0, "y": 1})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("x=%d, y=%d" % (0, 1))

0 comments on commit 7d04b75

Please sign in to comment.