1
0
forked from VimPlug/jedi

parsing.PyFuzzyParser -> Parser

This commit is contained in:
David Halter
2013-02-04 16:18:24 +01:00
parent e1ab3855fa
commit 95c5b9a5e3
6 changed files with 10 additions and 11 deletions

View File

@@ -1235,7 +1235,7 @@ class ListComprehension(object):
return "%s for %s in %s" % tuple(code)
class PyFuzzyParser(object):
class Parser(object):
"""
This class is used to parse a Python file, it then divides them into a
class structure of different scopes.