From 97a95ab29c8f5bcfc45143eb3a6b841d9ac56f4c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 24 Jun 2018 20:45:55 -0700 Subject: [PATCH] Reorder the text a bit. --- etg/utils.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/etg/utils.py b/etg/utils.py index ee7141b4..0d798272 100644 --- a/etg/utils.py +++ b/etg/utils.py @@ -88,11 +88,10 @@ def run(): f.deprecated = """\ IDs generated by this function can possibly conflict with IDs used elsewhere in the application code. It is recommended to instead use the ``wx.ID_ANY`` ID to -assign generated IDs which are guaranteed to not conflict with the other in-use -IDs for the controls menu items and etc. that you create in the application. For -those cases where you need to create an ID that can be used more than once then -please see :func:`wx.NewIdRef`. -""".replace('\n', ' ') +assign generated IDs for the controls menu items and etc. that you create in the +application. These IDs are guaranteed to not conflict with the other IDs that +are in use in the application. For those cases where you need to create an ID +that can be used more than once then please see :func:`wx.NewIdRef`.""".replace('\n', ' ') for funcname in ['wxBell', 'wxBeginBusyCursor',