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