diff options
author | Colin Walters <walters@verbum.org> | 2010-12-17 12:58:59 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-12-17 12:58:59 -0500 |
commit | 5d0a2dd5d6b4a9ceb3c4f55ab047b66e0ce41e39 (patch) | |
tree | b866d45b76d9935b74d57b379f6c36cc255490cb /giscanner/girwriter.py | |
parent | 8401e708643cc2c80aa55e7206faf36f9d175cc7 (diff) | |
download | gobject-introspection-5d0a2dd5d6b4a9ceb3c4f55ab047b66e0ce41e39.tar.gz |
make check pass for recent commits
* Fix use of tabs
* Update for correct signal parameters
Diffstat (limited to 'giscanner/girwriter.py')
-rw-r--r-- | giscanner/girwriter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/girwriter.py b/giscanner/girwriter.py index 4f7bd64c..1eca6159 100644 --- a/giscanner/girwriter.py +++ b/giscanner/girwriter.py @@ -242,7 +242,7 @@ and/or use gtk-doc annotations. ''') return typeval.target_giname def _write_type_ref(self, ntype): - """ Like _write_type, but only writes the type name rather than the full details """ + """ Like _write_type, but only writes the type name rather than the full details """ assert isinstance(ntype, ast.Type), ntype attrs = [] if ntype.ctype: |