summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-03-13 23:21:31 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-04-18 21:43:52 +0200
commitf22b6e534774813c5285d4e482dc2d98b522af37 (patch)
tree6460280a71305338a0eac72c8c0dafc3a1baec64
parent85add81bb305a5edb0cbbb5dbb67178c7bee7469 (diff)
downloadgobject-introspection-f22b6e534774813c5285d4e482dc2d98b522af37.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