mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 15:53:38 +07:00
2 lines
95 B
Python
2 lines
95 B
Python
"foo %a" % "foo"
|
|
<warning descr="Format specifier character missing">"foo %q"</warning> % "foo" |