Fix docstring references to wx.Bitmap

This commit is contained in:
Robin Dunn
2016-07-06 18:45:16 -07:00
parent 4175d35105
commit 488f29b05a
34 changed files with 145 additions and 145 deletions

View File

@@ -989,8 +989,8 @@ class FloatCanvas(wx.Panel):
Saves the current image as an image file.
:param string `filename`: the name of the image file
:param `ImageType`: format to use, see :ref:`BitmapType` and the note in
:meth:`Bitmap.SaveFile`
:param `ImageType`: format to use, see :ref:`wx.BitmapType` and the note in
:meth:`wx.Bitmap.SaveFile`
"""