Skip to content

Commit a6f9cc3

Browse files
committed
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.
1 parent 4d90e83 commit a6f9cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ practice, because line-oriented command-line tools such as grep will
116116
not be aware that the commented code is inactive. It is better to add
117117
hashes at the proper indentation level for every commented line. Your
118118
editor probably has the ability to do this easily, and it is worth
119-
learning the comment/uncomment toggle. (*e.g.* ctrl-v on Vim)
119+
learning the comment/uncomment toggle.
120120

121121
Docstrings and Magic
122122
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)