diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:47:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:47:12 (GMT) |
commit | 9b2e37f6882d85c2e7cb9ce24a02e9c60a237b25 (patch) | |
tree | 084f20a462d0e8579fbd92aacb238ab62271bb5a /Doc/library/idle.rst | |
parent | b2528c92f139195e8a3c745833ad1cd0ff4bc0f2 (diff) | |
download | cpython-9b2e37f6882d85c2e7cb9ce24a02e9c60a237b25.zip cpython-9b2e37f6882d85c2e7cb9ce24a02e9c60a237b25.tar.gz cpython-9b2e37f6882d85c2e7cb9ce24a02e9c60a237b25.tar.bz2 |
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index e64f683..ecc7115 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -330,8 +330,8 @@ Go to file/line Editing and navigation ---------------------- -In this section, 'C' refers to the Control key on Windows and Unix and -the Command key on Mac OSX. +In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix and +the :kbd:`Command` key on Mac OSX. * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right |