Docstring fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-24 01:05:19 +00:00
parent 760b2b99f3
commit bea992c873

View File

@@ -113,8 +113,8 @@ enum wxStockCursor
DocStr( wxSize,
"wx.Size is a useful data structure used to represent the size of
something. It simply contians integer width and height
proprtites. In most places in wxPython where a wx.Size is
something. It simply contains integer width and height
properties. In most places in wxPython where a wx.Size is
expected a (width, height) tuple can be used instead.", "");
class wxSize