diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 21:06:40 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 21:06:40 +0300 |
commit | d3b9407538801e7f32e40435ba64f59d30876280 (patch) | |
tree | 9247ea1fd863f9c72429c53667915d18df963436 | |
parent | f0fccb585c3736987501bda3894c5994c17e7121 (diff) | |
parent | 516a1a96eee8fe1e04cd44412d6bfaf65fba3e50 (diff) | |
download | cpython-git-d3b9407538801e7f32e40435ba64f59d30876280.tar.gz |
Use :menuselection: in whatsnew/3.4.
-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 5176b9a7f6..7faea32191 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 |