1
0
forked from VimPlug/jedi

Missing paren

This commit is contained in:
Alex Wiltschko
2017-03-12 10:55:23 -04:00
committed by Dave Halter
parent fc27ca1b6a
commit 82d165a723

View File

@@ -4,7 +4,7 @@ is pretty much that. The classes represent syntax elements like functions and
imports.
This is the "business logic" part of the parser. There's a lot of logic here
that makes it easier for Jedi (and other libraries to deal with a Python syntax
that makes it easier for Jedi (and other libraries) to deal with a Python syntax
tree.
By using `get_code` on a module, you can get back the 1-to-1 representation of