mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +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" |