From 2221f12de946bae4f7730d95921fec055fb35733 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 1 May 2015 10:49:26 +0200 Subject: [PATCH] Make refactoring clause clearer. --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2f8ae453..17f1aba8 100644 --- a/README.rst +++ b/README.rst @@ -138,10 +138,9 @@ understand ``AttributeError`` and other code issues. Refactoring ----------- -Jedi would in theory support refactoring, but we have never publicized it, -because it's not production ready. If you're interested in helping out here, -let me know. With the latest parser changes, it should be very easy to actually -make it work. +Jedi's parser would support refactoring, but there's no API to use it right +now. If you're interested in helping out here, let me know. With the latest +parser changes, it should be very easy to actually make it work. Development