From 71837a8e1b583eb90d5f2a818fa2aa58ef1fcbb8 Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Thu, 25 Sep 2003 21:51:59 +0000 Subject: [PATCH] revised module docstring git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/py/wxd/stc_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wxPython/py/wxd/stc_.py b/wxPython/wxPython/py/wxd/stc_.py index 2902d24cb5..cda8278352 100644 --- a/wxPython/wxPython/py/wxd/stc_.py +++ b/wxPython/wxPython/py/wxd/stc_.py @@ -1,4 +1,4 @@ -"""Decorator classes for documentation and shell scripting. +"""StyledTextCtrl decorator class module. """ __author__ = "Patrick K. O'Brien "