python: fix translate's doc string

* python/spot/__init__.py (translate): Mention 'generic' in doc string.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-09 18:28:31 +01:00
parent 8a5f652384
commit 0d9019ea39

View file

@ -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)