forked from VimPlug/jedi
Improve docstrings for a lot of the return API classes
This commit is contained in:
@@ -9,6 +9,9 @@ def parso_to_jedi_errors(grammar, module_node):
|
||||
|
||||
|
||||
class SyntaxError(object):
|
||||
"""
|
||||
Syntax errors are generated by :meth:`.Script.get_syntax_errors`.
|
||||
"""
|
||||
def __init__(self, parso_error):
|
||||
self._parso_error = parso_error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user