From ea86c34ccca8d51704f80dd1e2c521c6ed5633b1 Mon Sep 17 00:00:00 2001 From: Michael Leuschel <leuschel@uni-duesseldorf.de> Date: Sat, 18 Apr 2020 16:54:50 +0200 Subject: [PATCH] fix typo --- info4/kapitel-0/Mengentheorie.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/info4/kapitel-0/Mengentheorie.ipynb b/info4/kapitel-0/Mengentheorie.ipynb index 85c453b..aab89e1 100644 --- a/info4/kapitel-0/Mengentheorie.ipynb +++ b/info4/kapitel-0/Mengentheorie.ipynb @@ -187,25 +187,25 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 162, "metadata": {}, "outputs": [ { "data": { "text/markdown": [ - "$\\mathit{TRUE}$" + "$\\mathit{FALSE}$" ], "text/plain": [ - "TRUE" + "FALSE" ] }, - "execution_count": 8, + "execution_count": 162, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "[2,5,3] = [2,5,3]" + "[2,5,3] = [2,3,5]" ] }, { -- GitLab