From 879050a347776f9818d0003fb0e8ea09b434e42a 2019-10-30 01:21:03 From: Paul McCarthy Date: 2019-10-30 01:21:03 Subject: [PATCH] DOC: Clarify method in docstring --- diff --git a/IPython/terminal/pt_inputhooks/wx.py b/IPython/terminal/pt_inputhooks/wx.py index ebe3b1c..1ec92ca 100644 --- a/IPython/terminal/pt_inputhooks/wx.py +++ b/IPython/terminal/pt_inputhooks/wx.py @@ -155,7 +155,9 @@ def inputhook_wxphoenix(context): """Run the wx event loop until the user provides more input. This function uses the same approach to that used in - ipykernel.eventloops.loop_wx. + ipykernel.eventloops.loop_wx. The wx.MainLoop is executed, and a wx.Timer + is used to periodically poll the context for input. As soon as input is + ready, the wx.MainLoop is stopped. """ app = wx.GetApp()