From 09df1847280d1adc323590c2502a986b28d38a3f Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 24 Nov 2020 11:24:58 +0100 Subject: [PATCH] =?UTF-8?q?Slovn=C3=ADky:=20Drobnosti=20pro=20rok=202020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 08-slovniky/08-slovniky.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08-slovniky/08-slovniky.tex b/08-slovniky/08-slovniky.tex index 4647302..dec1eaf 100644 --- a/08-slovniky/08-slovniky.tex +++ b/08-slovniky/08-slovniky.tex @@ -7,7 +7,7 @@ \title{Programování 1: Množiny a slovníky} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2019} +\date{2020} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} @@ -180,7 +180,7 @@ Longyearbyen = -46 % ---------------------------------------------------------------------- -\begin{frame}{List comprehension pro množiny a slovníky} +\begin{frame}{Comprehension pro množiny a slovníky} \py{% \{ x**2 for x in range(5) \} -- GitLab