fix typos and indentation

* bin/autfilt.cc, python/spot/__init__.py, spot/twa/twa.hh,
spot/twa/twaproduct.cc, spot/twaalgos/couvreurnew.cc,
tests/python/bugdet.py: Here.
This commit is contained in:
Clément Gillard 2017-04-18 15:19:38 +02:00 committed by Alexandre Duret-Lutz
parent 552afb9d55
commit ad3588420c
6 changed files with 11 additions and 11 deletions

View file

@ -314,7 +314,7 @@ def automata(*sources, timeout=None, ignore_abort=True,
----------
*sources : list of str
These sources can be either commands (end with `|`),
textual represantations of automata (contain `\n`),
textual representations of automata (contain `\n`),
or filenames (else).
timeout : int, optional
Number of seconds to wait for the result of a command.