From 9d6ba3ff77fb74518e36f20e5c88ad44a1aa9d15 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 16 Dec 2021 14:20:12 +0100 Subject: [PATCH] * tests/python/word.ipynb: Typo. --- tests/python/word.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/word.ipynb b/tests/python/word.ipynb index 26f891bca..4e02bf224 100644 --- a/tests/python/word.ipynb +++ b/tests/python/word.ipynb @@ -350,7 +350,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Calling `simplifify()` will produce a shorter word that is compatible with the original word. For instance in the above word, the second `a` is compatible with `!a & b`, so the prefix can be shortened by rotating the cycle." + "Calling `simplify()` will produce a shorter word that is compatible with the original word. For instance, in the above word the second `a` is compatible with `!a & b`, so the prefix can be shortened by rotating the cycle." ] }, {