From: Robin Dunn Date: Fri, 23 Jan 2004 21:08:43 +0000 (+0000) Subject: docstring fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b60e45d16a1e1f1d7afd7dd0c8b96a6cfd35f9ec docstring fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_notebook.i b/wxPython/src/_notebook.i index 63b40a0565..baff847c76 100644 --- a/wxPython/src/_notebook.i +++ b/wxPython/src/_notebook.i @@ -192,7 +192,7 @@ public: DocDeclAStr( virtual int, HitTest(const wxPoint& pt, long* OUTPUT) const, "HitTest(Point pt) -> (tab, where)", - "Returns the tab which is hit, and flags indicating where using wxNB_HITTEST_ flags."); + "Returns the tab which is hit, and flags indicating where using wx.NB_HITTEST_ flags."); // implement some base class functions virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;