diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-12-07 21:59:41 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-12-07 21:59:41 +0100 |
| commit | dbb09cc689685f15dde795307f470b4ea8ecc4b7 (patch) | |
| tree | 62b97277693f20c725bc9bca6dae66763cc199dd /src/runtime/python | |
| parent | bb298fadbe9cfaf5ca6d7c117f087efb24fda78e (diff) | |
remove bogus comment
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 213bc014e..03226d00d 100644 --- a/src/runtime/python/pypgf.c +++ b/src/runtime/python/pypgf.c @@ -2514,7 +2514,7 @@ static PyMethodDef Concr_methods[] = { {"parse", (PyCFunction)Concr_parse, METH_VARARGS | METH_KEYWORDS, "Parses a string and returns an iterator over the abstract trees for this sentence\n\n" "Named arguments:\n" - "- sentence (string) or tokens (list of strings)\n" + "- sentence (string)\n" "- cat (string); OPTIONAL, default: the startcat of the grammar\n" "- n (int), max. trees; OPTIONAL, default: extract all trees\n" "- heuristics (double >= 0.0); OPTIONAL, default: taken from the flags in the grammar\n" |
