[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:
Harry Dalton
2025-08-20 11:01:54 +01:00
committed by intellij-monorepo-bot
parent 7df5f2ad48
commit 1c9d755376

View File

@@ -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>)"
;
}