From 43ff3a0b3fd3c2628b7d8fc9f17d14cf1bd63e63 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 15 Apr 2020 19:49:25 +0200 Subject: [PATCH] =?UTF-8?q?Sorted=20list:=20Oprava=20p=C5=99eklepu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05-seznamy/sorted_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-seznamy/sorted_list.py b/05-seznamy/sorted_list.py index 65beb5a..380a9b6 100644 --- a/05-seznamy/sorted_list.py +++ b/05-seznamy/sorted_list.py @@ -21,7 +21,7 @@ class SortedList: def insert(self, x): """Zatřídí do seznamu nový prvek se zadanou hodnotou. - Pokud už takový prvek je, neudělá nic. + Pokud už tam takový prvek je, neudělá nic. """ # TODO -- GitLab