summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/girwriter.py2
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: