Notebooks: correct typos

* tests/python/acc_cond.ipynb, tests/python/contains.ipynb,
tests/python/decompose.ipynb, tests/python/games.ipynb,
tests/python/randltl.ipynb, tests/python/synthesis.ipynb,
tests/python/testingaut.ipynb: here.
This commit is contained in:
Florian Renkin 2021-11-04 16:37:12 +01:00
parent c72c285552
commit d4967f20e9
7 changed files with 19 additions and 35 deletions

View file

@ -17,7 +17,7 @@
"source": [
"To translate a formula into a Testing Automaton\n",
"\n",
"Start by building a Buchi automaton"
"Start by building a Büchi automaton"
]
},
{
@ -723,13 +723,6 @@
"source": [
"spot.minimize_ta(ta).show('.A')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
@ -748,9 +741,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}