diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:06:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:06:06 (GMT) |
commit | 516a1a96eee8fe1e04cd44412d6bfaf65fba3e50 (patch) | |
tree | 9d947bbfb5ab9c4c0ec09289673c78a2c193ec8d /Doc/whatsnew | |
parent | 69a15f157694016c1eec8a9f6d4c39139e159588 (diff) | |
parent | 66ad8464cf7a89d21ea32a04bf1788d183b44ad0 (diff) | |
download | cpython-516a1a96eee8fe1e04cd44412d6bfaf65fba3e50.zip cpython-516a1a96eee8fe1e04cd44412d6bfaf65fba3e50.tar.gz cpython-516a1a96eee8fe1e04cd44412d6bfaf65fba3e50.tar.bz2 |
Use :menuselection: in whatsnew/3.4.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 5176b9a..7faea32 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -974,7 +974,7 @@ Since idlelib implements the IDLE shell and editor and is not intended for import by other programs, it gets improvements with every release. See :file:`Lib/idlelib/NEWS.txt` for a cumulative list of changes since 3.3.0, as well as changes made in future 3.4.x releases. This file is also available -from the IDLE Help -> About Idle dialog. +from the IDLE :menuselection:`Help --> About IDLE` dialog. importlib |