diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 68fb3083be..83bccaaf2c 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -482,7 +482,7 @@ the borders, scrollbars, other decorations...)", ""); DocDeclStr( wxRect , GetClientRect() const, - "Get the client area position and size as a wx.Rect object.", ""); + "Get the client area position and size as a `wx.Rect` object.", "");