diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2017-08-29 15:44:54 +0200 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2017-08-29 15:44:54 +0200 |
| commit | b5f2380821884367ea0e977fb47fd733f790103a (patch) | |
| tree | 8ade421d13e51fa9866f7523aef7a02cd81572c5 /src/runtime/python | |
| parent | 85417da2e35f1a5b9fcd768171b4e984df607b25 (diff) | |
| parent | adcc6a53fef7e56b93c8574c4822f9c7b4d1ea82 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'src/runtime/python')
| -rw-r--r-- | src/runtime/python/pypgf.c | 2 |
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, |
