diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2005-06-20 13:21:34 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2005-06-20 13:21:34 +0000 |
| commit | a275a63895717170c3a8fe1ea66e2420fd5ab641 (patch) | |
| tree | 33dbc02688ddb47dd44bd1641d732f8350f540b5 | |
| parent | ceac8e4c485b1085be8650d0d0c27971876ec2e2 (diff) | |
| download | pygobject-a275a63895717170c3a8fe1ea66e2420fd5ab641.tar.gz pygobject-a275a63895717170c3a8fe1ea66e2420fd5ab641.tar.xz pygobject-a275a63895717170c3a8fe1ea66e2420fd5ab641.zip | |
Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and Gian
* gobject/pygobject.c (pygobject_new_with_interfaces): Fix
typo in documentation string. Fixes #171910 (Tuure Laurinolli
and Gian Mario Tagliaretti)
| -rw-r--r-- | gobject/pygobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c index a6efa3f..bde5cae 100644 --- a/gobject/pygobject.c +++ b/gobject/pygobject.c @@ -165,7 +165,7 @@ pygobject_register_wrapper(PyObject *self) * bases. It will currently not filter out interfaces already implemented by * it parents. * - * Returns: a PyTypeObject for the new type of NULL if it couldn't be created + * Returns: a PyTypeObject for the new type or NULL if it couldn't be created */ PyTypeObject * pygobject_new_with_interfaces(GType gtype) |
