From 96ed7a3d20543c70b300728b1eecb18acabda13e 2019-10-30 01:21:03
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: 2019-10-30 01:21:03
Subject: [PATCH] DOC: More info in docstring.

---

diff --git a/IPython/terminal/pt_inputhooks/wx.py b/IPython/terminal/pt_inputhooks/wx.py
index 1ec92ca..d918e67 100644
--- a/IPython/terminal/pt_inputhooks/wx.py
+++ b/IPython/terminal/pt_inputhooks/wx.py
@@ -154,7 +154,9 @@ def inputhook_wx3(context):
 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
+    This input hook is suitable for use with wxPython >= 4 (a.k.a. Phoenix).
+
+    It uses the same approach to that used in
     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.