Skip to content

Commit b3146b5

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#244 from mkomitee/master
ctrl-v is not a comment toggle in vim
2 parents 0e9758d + a6f9cc3 commit b3146b5

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)