X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b71c4ecfd033343b224e46da3c770beb22e5ba9..d1b736b7968ceea4233f3fceecdb01173f68a9a3:/wxPython/src/_app_ex.py?ds=inline diff --git a/wxPython/src/_app_ex.py b/wxPython/src/_app_ex.py index a7fef27613..354aafd350 100644 --- a/wxPython/src/_app_ex.py +++ b/wxPython/src/_app_ex.py @@ -103,7 +103,7 @@ class App(wx.PyApp): :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be redirected? Defaults to True on Windows and Mac, False - otherwise. If `filename` is None then output will be + otherwise. If ``filename`` is None then output will be redirected to a window that pops up as needed. (You can control what kind of window is created for the output by resetting the class variable ``outputWindowClass`` to a