summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-03-13 23:21:31 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-03-15 20:36:43 +0100
commit43954918bfa4fce19843229b44f4e905cbce7f90 (patch)
treee9a3a9faeabf207ef1ada205fd37a1aa4c66d996
parent7d2f3cd91c10b8dd9abf1f17192ec3b6e137ca26 (diff)
downloadgobject-introspection-43954918bfa4fce19843229b44f4e905cbce7f90.tar.gz
scanner: fix a docstring typo
-rw-r--r--giscanner/annotationparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 907039c4..e093f340 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -1936,7 +1936,7 @@ class GtkDocCommentBlockParser(object):
Parse annotations out of field data. For example::
┌──────────────────────────────────────────────────────────────┐
- │ '(skip): description of some parameter │ ─▷ source
+ │ '(skip): description of some parameter' │ ─▷ source
├──────────────────────────────────────────────────────────────┤
│ ({'skip': []}, 'description of some parameter') │ ◁─ annotations and
└──────────────────────────────────────────────────────────────┘ remaining fields