summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-28 14:23:47 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-28 14:23:47 +0200
commita0fc2f28e8fc2036e4f33eab48bbf1958d71054e (patch)
tree48b06e70d5c7408dfe76fc0986d177b7a33ad989 /src/runtime
parent85417da2e35f1a5b9fcd768171b4e984df607b25 (diff)
more in the runtime documentation
Diffstat (limited to 'src/runtime')
-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,