]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring fix
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Sep 2006 21:45:25 +0000 (21:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Sep 2006 21:45:25 +0000 (21:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_dc.i

index 8ee815c62db7a9aeffe100f7b834c98ce46d1823..a89bad61b742b20ac44d610fee3fae3cca93eb75 100644 (file)
@@ -586,7 +586,7 @@ current or specified font. Only works for single line strings.", "",
                                      wxCoord *OUTPUT, wxCoord *OUTPUT, wxCoord *OUTPUT,
                                      wxFont *font = NULL),
         "GetMultiLineTextExtent(wxString string, Font font=None) ->\n   (width, height, lineHeight)",
-        "Get the width, height, decent and leading of the text using the
+        "Get the width, height, and line height of the text using the
 current or specified font. Works for single as well as multi-line
 strings.", "");