X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/170acdc90e9f92f8b8120fa6c04acdbf45c89582..5172800e29f9c4b3f4dfa9737f80114a61e55f1f:/wxPython/src/_window.i diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 1fe38d6539..f4c883a59e 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -576,7 +576,7 @@ some properties of the window change.)", ""); minimum size, giving priority to the min size components, and returns the results. ", ""); - %pythoncode { GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, , 'Use `GetEffectiveMinSize` instead.') } + %pythoncode { GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') } %pythoncode { def GetAdjustedBestSize(self):