From 5d7da7711403c297b805f888d81ce0c534a32ad8 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Wed, 9 Sep 2015 17:00:28 +0200 Subject: [PATCH] DOC Fix documentation in README The mappings use (and not ). --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 26e556a..a7ae04d 100644 --- a/README.rst +++ b/README.rst @@ -120,9 +120,9 @@ IPython's object? Functionality If you're using gvim, mouse-over a variable to see IPython's ``?`` equivalent. If you're using vim from a terminal, or want to copy something from the -docstring, type ``d``. ```` is usually ``\`` (the backslash -key). This will open a quickpreview window, which can be closed by hitting -``q`` or ````. +docstring, type ``d``. ```` is usually ``\`` (the +backslash key). This will open a quickpreview window, which can be closed by +hitting ``q`` or ````. -------------------------------------- IPython's tab-completion Functionality @@ -143,7 +143,7 @@ IPython, and what IPython sends back in response. updated on every sent command (default: True). If at any later time you wish to bring this shell up, including if you've set -``monitor_subchannel=False``, hit ``s``. +``monitor_subchannel=False``, hit ``s``. **NEW since IPython 0.12** For local kernels (kernels running on the same machine as vim), `Ctrl-C` in