From e3cd61bb6aa0a3d04ac648a12974fe605fff8a0f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 17 May 2004 19:17:41 +0000 Subject: [PATCH] Docstring fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/xrc/xrc.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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