From cfe21c74e86756b282ca89c2bae596ce05fa0eb0 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 16 Aug 2013 10:55:12 +0430 Subject: [PATCH] tab completion instead of jedi autocompletion in docs --- docs/docs/repl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/repl.rst b/docs/docs/repl.rst index b89230d9..aabba9ac 100644 --- a/docs/docs/repl.rst +++ b/docs/docs/repl.rst @@ -1,7 +1,7 @@ .. include:: ../global.rst -Jedi autocompletion in the Python interpreter -============================================= +Tab completion in the Python Shell +================================== There are two different options how you can use Jedi autocompletion in your Python interpreter. One with your custom ``$HOME/.pythonrc.py`` file