mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[python] Remove a stray angle bracket from the highlighting example
closes https://github.com/JetBrains/intellij-community/pull/3192 GitOrigin-RevId: 0bc57a08f3390df7d3ceccbce653568b64330c36
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7df5f2ad48
commit
1c9d755376
@@ -152,7 +152,7 @@ public class PythonColorsPage implements RainbowColorSettingsPage, InspectionCol
|
||||
" <self>self</self>.sense = <param>whatever</param>\n" +
|
||||
"\n" +
|
||||
"x = <builtin>len</builtin>('abc')\n" +
|
||||
"type my_int< = <builtin>int</builtin>\n" +
|
||||
"type my_int = <builtin>int</builtin>\n" +
|
||||
"print(f.<predefinedUsage>__doc__</predefinedUsage>)"
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user