From 81f59f9a6e04ddd0be1ca6c5575bd0db4c5b376e Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Wed, 30 Jan 2013 01:13:50 +0100 Subject: [PATCH] Make the failing test pass; dotted type works now --- jedi/docstrings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi/docstrings.py b/jedi/docstrings.py index 4332783c..b6a0ec93 100644 --- a/jedi/docstrings.py +++ b/jedi/docstrings.py @@ -34,7 +34,6 @@ def follow_param(param): p = parsing.PyFuzzyParser(param_str, None, user_position, no_docstr=True) - p.user_stmt.parent = func return evaluate.follow_statement(p.user_stmt) return []