python: fix translate's doc string
* python/spot/__init__.py (translate): Mention 'generic' in doc string.
This commit is contained in:
parent
8a5f652384
commit
0d9019ea39
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ def translate(formula, *args, dict=_bdd_dict):
|
|||
may not be satisfied.
|
||||
|
||||
The optional arguments should be strings among the following:
|
||||
- at most one in 'TGBA', 'BA', or 'Monitor'
|
||||
- at most one in 'TGBA', 'BA', or 'Monitor', 'generic'
|
||||
(type of automaton to build)
|
||||
- at most one in 'Small', 'Deterministic', 'Any'
|
||||
(preferred characteristics of the produced automaton)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue