From c2f5a6a4b9f9b785056e18205367ae93f81eb3d6 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 30 Nov 2012 23:49:32 +0100 Subject: [PATCH] added tests for sphinx docstrings, #40 --- jedi/evaluate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi/evaluate.py b/jedi/evaluate.py index ca80b4b7..3d7dec13 100644 --- a/jedi/evaluate.py +++ b/jedi/evaluate.py @@ -9,7 +9,6 @@ there are the `follow_` functions, which evaluate a statement, or parts of a statement. TODO super() - TODO nonlocal statement, needed or can be ignored? (py3k) """ from _compatibility import next, property, hasattr, is_py3k, use_metaclass, \