Skip to content

Commit d750903

Browse files
committed
Add missing 'n'
1 parent b005313 commit d750903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/python.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
}
8888
{
8989
'comment': 'keywords that delimit flow conditionals'
90-
'name': 'keyword.control.flow.conditional.pytho'
90+
'name': 'keyword.control.flow.conditional.python'
9191
'match': '\\b(if|elif|else)\\b'
9292
}
9393
{
9494
'comment': 'keywords that delimit an exception'
95-
'name': 'keyword.control.flow.exception.pytho'
95+
'name': 'keyword.control.flow.exception.python'
9696
'match': '\\b(except|finally|try|raise)\\b'
9797
}
9898
{

0 commit comments

Comments
 (0)