X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c61fb03543e0288830bbf39651eea19e9e003088..dc2360764db645fce217e71190f723189495a0ea:/wxPython/src/_dataobj.i diff --git a/wxPython/src/_dataobj.i b/wxPython/src/_dataobj.i index 8c9c4bb5a2..e2d83d1eb3 100644 --- a/wxPython/src/_dataobj.i +++ b/wxPython/src/_dataobj.i @@ -71,7 +71,7 @@ The standard format IDs are: Windows and non-unicode builds ================ ===================================== -Aside the standard formats, the application may also use custom +Besies the standard formats, the application may also use custom formats which are identified by their names (strings) and not numeric identifiers. Although internally custom format must be created (or registered) first, you shouldn\'t care about it because it is done @@ -247,7 +247,7 @@ in the given direction.", ""); PyObject* list = PyList_New(count); for (size_t i=0; i bool", @@ -770,7 +771,7 @@ public: else { // raise a TypeError if not a string PyErr_SetString(PyExc_TypeError, "String expected."); - rval = False; + rval = false; } wxPyEndBlockThreads(blocked); return rval;