X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75219dcb6834ba05c6ad233bce5c0a26a90eac60..af6c0f1de7b05cc9f85038939efbd79fcd5dc14e:/wxPython/src/gtk/_gdi.py diff --git a/wxPython/src/gtk/_gdi.py b/wxPython/src/gtk/_gdi.py index ddee135fe8..c16a681ea8 100644 --- a/wxPython/src/gtk/_gdi.py +++ b/wxPython/src/gtk/_gdi.py @@ -188,17 +188,17 @@ class Colour(_core.Object): def __eq__(*args, **kwargs): """ - __eq__(self, Colour colour) -> bool + __eq__(self, PyObject other) -> bool - Compare colours for equality + Compare colours for equality. """ return _gdi_.Colour___eq__(*args, **kwargs) def __ne__(*args, **kwargs): """ - __ne__(self, Colour colour) -> bool + __ne__(self, PyObject other) -> bool - Compare colours for inequality + Compare colours for inequality. """ return _gdi_.Colour___ne__(*args, **kwargs)