summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
Diffstat (limited to 'gobject')
-rw-r--r--gobject/pygiochannel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/pygiochannel.c b/gobject/pygiochannel.c
index bb3be9b..aaf3840 100644
--- a/gobject/pygiochannel.c
+++ b/gobject/pygiochannel.c
@@ -751,10 +751,10 @@ py_io_channel_init(PyGIOChannel *self, PyObject *args, PyObject *kwargs)
#endif
else {
#ifdef G_OS_WIN32
- PyErr_SetString(PyExc_TypeError, "either a valid file descriptor,"
+ PyErr_SetString(PyExc_TypeError, "either a valid file descriptor, "
"file name, or window handle must be supplied");
#else
- PyErr_SetString(PyExc_TypeError, "either a valid file descriptor"
+ PyErr_SetString(PyExc_TypeError, "either a valid file descriptor "
"or file name must be supplied");
#endif
return -1;