Lots more docstring refs fixed

This commit is contained in:
Robin Dunn
2016-07-06 20:20:10 -07:00
parent 98e74b6de9
commit cc3190e240
82 changed files with 1269 additions and 1269 deletions

View File

@@ -31,7 +31,7 @@ def AdjustRectToScreen(rect, adjust=(0,0)):
the rectangle is at least that much smaller than the display's client
area.
:param Rect `rect`: the rectangle to be repositioned;
:param wx.Rect `rect`: the rectangle to be repositioned;
:param tuple `adjust`: if given, it will be used to ensure that
the rectangle is at least that much smaller than the display's client
area.