From 18d424f86c76516a68c21061d7ef143045774f63 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 5 Feb 2013 23:34:43 +0100 Subject: [PATCH] move refactoring warning --- jedi/refactoring.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jedi/refactoring.py b/jedi/refactoring.py index 43c8dae3..79c59685 100644 --- a/jedi/refactoring.py +++ b/jedi/refactoring.py @@ -2,6 +2,9 @@ Introduce some basic refactoring functions to |jedi|. This module is still in a very early development stage and needs much testing and improvement. +.. warning:: I won't do too much here, but if anyone wants to step in, please + do. + It uses the |jedi| `API `_ and supports currently the following functions (sometimes bug-prone): @@ -9,8 +12,6 @@ following functions (sometimes bug-prone): - extract variable - inline variable -.. warning:: I won't do too much here, but if anyone wants to step in, please - do. """ from __future__ import with_statement