Skip to content

Commit 2de7a62

Browse files
committed
Readme fix
1 parent 59e1dff commit 2de7a62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ There are of course certain limitations which I would like to make clear from th
7878

7979
* Currently I do not fully support python > 3.3 (Still, you can work on code that contains some new features such as async and await keywords, f-strings). That's because Sublime uses python 3.3.6 and I rely on the standard library´s ast module to parse the code. An alternative could have been astroid but it itself uses typed_ast, which contains C code, something which I wanted to avoid. The plugin will most likely eventually change to a client server architecture and simply use an up to date ast module from python 3.7 or the new 3.8. please note that this restriction only concerns the users of new syntactical features. There is no problem , for instance, if you use a new standard library function.
8080

81-
![](gif/l1.gif)
8281

8382
* Furthermore, to be usable in practice it needs to be able to handle incomplete code(code where stuff is missing and thus cannot be parsed). It does so by "repairing" various common cases. Unfortunately it cannot handle everything you throw at it and in such cases most commands cannot run. Nonetheless, it can manage code like the one below:
8483

85-
![](gif/l2.gif)
84+
![](doc/gif/l2.gif)
8685

8786
## Installation
8887

0 commit comments

Comments
 (0)