From a6f9cc35082ed35cdc5b717f2440a7f2c310b28c Mon Sep 17 00:00:00 2001 From: Michael Komitee Date: Sun, 3 Feb 2013 21:47:03 -0500 Subject: [PATCH] Removing inaccurate statement ctrl-v in vim activates visual block mode. visual block mode can be used to insert a comment character, but is not itself a comment toggle. --- docs/writing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index d61da5166..7bc528768 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -116,7 +116,7 @@ practice, because line-oriented command-line tools such as grep will not be aware that the commented code is inactive. It is better to add hashes at the proper indentation level for every commented line. Your editor probably has the ability to do this easily, and it is worth -learning the comment/uncomment toggle. (*e.g.* ctrl-v on Vim) +learning the comment/uncomment toggle. Docstrings and Magic ~~~~~~~~~~~~~~~~~~~~