diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index e4ca583198..067f952e04 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -807,7 +807,8 @@ this context.", ""); } DocStr(DrawRotatedText, - "", ""); + "Draws a text string at the defined position, at the specified angle, +which is given in radians.", ""); void DrawRotatedText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush = wxNullGraphicsBrush ) {