From: Robin Dunn Date: Fri, 28 May 2004 19:14:07 +0000 (+0000) Subject: docstring tweak X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/729b64a3c1fe99689936074f5ace7d9bdacbd73e docstring tweak git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.", "");