From 2cc38c2fe3110a231e95dbcbd849bc34154fe411 Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Tue, 13 Aug 2019 15:13:09 -0700 Subject: [PATCH] fix typo --- wx/svg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/svg/__init__.py b/wx/svg/__init__.py index 6e48cb89..94a74c58 100644 --- a/wx/svg/__init__.py +++ b/wx/svg/__init__.py @@ -125,7 +125,7 @@ class SVGimage(SVGimageBase): that window. For example, if a (32,32) pixel bitmap is requested for a window on a Retina display, then a (64,64) pixel bitmap will be created. - :param wx.Bitmap `size`: Size of the bitmap to create, in pixels + :param wx.Size `size`: Size of the bitmap to create, in pixels :param wx.Window `window`: Adjust the size by this window's content scale factor, if supported on the platform :returns: :class:`wx.Bitmap`