From: Robin Dunn Date: Mon, 17 May 2004 19:17:41 +0000 (+0000) Subject: Docstring fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e3cd61bb6aa0a3d04ac648a12974fe605fff8a0f?hp=a31507415d5eb92b6cc3a2032569e1f963a598c6 Docstring fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/xrc/xrc.i b/wxPython/contrib/xrc/xrc.i index af3ca653f6..e2615c7d0e 100644 --- a/wxPython/contrib/xrc/xrc.i +++ b/wxPython/contrib/xrc/xrc.i @@ -12,7 +12,7 @@ %define DOCSTRING "The `XmlResource` class allows program resources defining menus, layout of -controls on a panel, etc." +controls on a panel, etc. to be loaded from an XML file." %enddef %module(docstring=DOCSTRING) xrc