Make refactoring clause clearer.

This commit is contained in:
Dave Halter
2015-05-01 10:49:26 +02:00
parent df8a0d89ce
commit 2221f12de9

View File

@@ -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