diff --git a/jedi/refactoring.py b/jedi/refactoring.py index af7506f6..43c8dae3 100644 --- a/jedi/refactoring.py +++ b/jedi/refactoring.py @@ -9,7 +9,8 @@ following functions (sometimes bug-prone): - extract variable - inline variable -**I won't do too much here, but if anyone wants to step in, please do.** +.. warning:: I won't do too much here, but if anyone wants to step in, please + do. """ from __future__ import with_statement