X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79df624ab91478b78bf7201b95a2be3417783959..07aaa1a4b853b64e61c01a9daf8a322d3896c36b:/wxPython/src/gtk/_gdi.py diff --git a/wxPython/src/gtk/_gdi.py b/wxPython/src/gtk/_gdi.py index bb9c661996..d2882c2a47 100644 --- a/wxPython/src/gtk/_gdi.py +++ b/wxPython/src/gtk/_gdi.py @@ -3647,7 +3647,7 @@ class DC(_core.Object): GetMultiLineTextExtent(wxString string, Font font=None) -> (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. """