diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-03-13 23:21:31 +0100 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-04-18 21:43:52 +0200 |
commit | f22b6e534774813c5285d4e482dc2d98b522af37 (patch) | |
tree | 6460280a71305338a0eac72c8c0dafc3a1baec64 /giscanner | |
parent | 85add81bb305a5edb0cbbb5dbb67178c7bee7469 (diff) | |
download | gobject-introspection-f22b6e534774813c5285d4e482dc2d98b522af37.tar.gz |
scanner: fix a docstring typo
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/annotationparser.py | 2 |
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 |