mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-4706 Modernize the improve "Replace + with string operator" refactoring tool.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
string = "string"
|
||||
some_string = "some {0}".format(string)
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
string = "string"
|
||||
some_string = "some " <caret>+ string
|
||||
Reference in New Issue
Block a user