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;