#define IOOOBJECT(O) ((IOobject*)(O))
-/* Declarations for objects of type StringO */
+/* Declarations for objects of type StringIO */
typedef struct { /* Subtype of IOobject */
PyObject_HEAD
static PyTypeObject Otype = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "cStringIO.StringO", /*tp_name*/
+ "cStringIO.StringIO", /*tp_name*/
sizeof(Oobject), /*tp_basicsize*/
0, /*tp_itemsize*/
/* methods */
return (PyObject*)self;
}
-/* End of code for StringO objects */
+/* End of code for StringIO objects */
/* -------------------------------------------------------- */
static PyObject *