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',