[Python-checkins] cpython (merge 3.4 -> 3.5): Use :menuselection: in whatsnew/3.4.

serhiy.storchaka python-checkins at python.org
Sun Sep 13 20:10:21 CEST 2015


https://hg.python.org/cpython/rev/3c6604b46b04
changeset:   97992:3c6604b46b04
branch:      3.5
parent:      97988:4661e0ad2278
parent:      97991:5e7f9c8098d3
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 13 21:06:06 2015 +0300
summary:
  Use :menuselection: in whatsnew/3.4.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -974,7 +974,7 @@
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list