diff --git a/docs/emacs/ipython.el b/docs/emacs/ipython.el index 273d7d0..23d8ef9 100644 --- a/docs/emacs/ipython.el +++ b/docs/emacs/ipython.el @@ -311,7 +311,7 @@ gets converted to: (replace-match "" t nil))))) (defvar ipython-completion-command-string - "print ';'.join(__IP.Completer.all_completions('%s')) #PYTHON-MODE SILENT\n" + "print(';'.join(__IP.Completer.all_completions('%s'))) #PYTHON-MODE SILENT\n" "The string send to ipython to query for all possible completions")