From 836a3ae13b5268a7c62c412bddd08b9fc2c05278 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 5 Feb 2013 23:27:26 +0100 Subject: [PATCH] refactoring warning --- jedi/refactoring.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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