]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
Fixed typo
[wxWidgets.git] / wxPython / src / _notebook.i
index abb564f6b52b098cb2d3cdcc069c50d9c21c01c2..81c854cc62fbbfd238d77edeb36dd5aec230f919 100644 (file)
@@ -196,7 +196,8 @@ 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 wx.NB_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;