Fix a lot of old docs code that doesn't exist anymore

This commit is contained in:
Dave Halter
2018-04-15 11:52:45 +02:00
parent 698d50b65b
commit 7b15c70551
4 changed files with 22 additions and 12 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ said, the typical entry point for static analysis is calling
``eval_expr_stmt``. There's separate logic for autocompletion in the API, the
evaluator is all about evaluating an expression.
TODO this paragraph is not what jedi does anymore.
TODO this paragraph is not what jedi does anymore, it's similar, but not the
same.
Now you need to understand what follows after ``eval_expr_stmt``. Let's
make an example::