More docstring ref fixes in wx.lib

This commit is contained in:
Robin Dunn
2016-07-07 09:58:04 -07:00
parent c58b9ff859
commit 1d1fc7c187
9 changed files with 68 additions and 29 deletions

View File

@@ -131,7 +131,7 @@ class FloatCanvas(wx.Panel):
(Note: this really should get re-factored to allow more generic
projections...)
:param string `BackgroundColor`: any value accepted by :class:`Brush`
:param string `BackgroundColor`: any value accepted by :class:`wx.Brush`
:param `Debug`: activate debug, currently it prints some debugging
information, could be improved.