summaryrefslogtreecommitdiff
path: root/src/runtime/python/pypgf.c
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-08-28 21:37:35 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-08-28 21:37:35 +0200
commit685307bf0d8005aabf4acd3d3dd9d97ccc252173 (patch)
tree1452e51bd50cf2f3378f59e5f1d5a7bf8892c889 /src/runtime/python/pypgf.c
parentfe2aeb839bcef8139f47866a19d6dd85216b5618 (diff)
parent4e4d07aeaef7cfbebeb6b921ececa27a401cb3aa (diff)
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
Diffstat (limited to 'src/runtime/python/pypgf.c')
-rw-r--r--src/runtime/python/pypgf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/python/pypgf.c b/src/runtime/python/pypgf.c
index cf4242882..70728f1c7 100644
--- a/src/runtime/python/pypgf.c
+++ b/src/runtime/python/pypgf.c
@@ -1990,7 +1990,7 @@ static PyMemberDef Bracket_members[] = {
{"fun", T_OBJECT_EX, offsetof(BracketObject, fun), 0,
"the abstract function for this bracket"},
{"fid", T_INT, offsetof(BracketObject, fid), 0,
- "an unique id which identifies this bracket in the whole bracketed string"},
+ "an id which identifies this bracket in the bracketed string. If there are discontinuous phrases this id will be shared for all brackets belonging to the same phrase."},
{"lindex", T_INT, offsetof(BracketObject, lindex), 0,
"the constituent index"},
{"children", T_OBJECT_EX, offsetof(BracketObject, children), 0,