Reorder the text a bit.

This commit is contained in:
Robin Dunn
2018-06-24 20:45:55 -07:00
parent 087022b519
commit 97a95ab29c

View File

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