1
0
forked from VimPlug/jedi

Fix some more fast parser issues.

This commit is contained in:
Dave Halter
2016-07-25 18:29:01 +02:00
parent 2d544c51c6
commit fc7fd9d989
2 changed files with 15 additions and 3 deletions

View File

@@ -432,7 +432,7 @@ class Indent(Leaf):
class Dedent(Leaf):
type = 'indent'
type = 'dedent'
__slots__ = ()