From 5555861c292ba0b15013c6816179e6df39503a96 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 19 Oct 2006 21:38:17 +0000 Subject: [PATCH] docstring fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_about.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wxPython/src/_about.i b/wxPython/src/_about.i index 76c7c874aa..4e18d41dd8 100644 --- a/wxPython/src/_about.i +++ b/wxPython/src/_about.i @@ -21,11 +21,11 @@ DocStr(wxAboutDialogInfo, -"`wx.AboutDialogInfo contains information shown in the standard About -dialog displayed by the `wx.AboutBox` function. This class contains -the general information about the program, such as its name, version, -copyright and so on, as well as lists of the program developers, -documentation writers, artists and translators. +"`wx.AboutDialogInfo` contains information to be shown in the standard +About dialog displayed by the `wx.AboutBox` function. This class +contains the general information about the program, such as its name, +version, copyright and so on, as well as lists of the program +developers, documentation writers, artists and translators. While all the main platforms have a native implementation of the about dialog, they are often more limited than the generic version provided -- 2.45.2