mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Introduce refactoring for substrings of %-formatted strings with single value (PY-3654)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
a = "Hello"
|
||||
print("%s %s" % (a, "World"))
|
||||
@@ -0,0 +1 @@
|
||||
print("<selection>Hello</selection> %s" % "World")
|
||||
Reference in New Issue
Block a user