]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_extras.py
Typos fixed
[wxWidgets.git] / wxPython / src / _extras.py
index d90b2a39f94d3e0667b40c14fda9409b8f67b740..9e22cad5f27b11578ad5164394c712d4980db080 100644 (file)
@@ -659,7 +659,7 @@ class _wxPyDeadObject:
     prevent crashes due to referencing a bogus C++ pointer.
     """
     reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"
-    attrStr = "The C++ %s object has been deleted, attribute access no longer allowed."
+    attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed."
 
     def __repr__( self ):
         if not hasattr(self, "_name"):