From 607c18d06b6fee3122d0374de4d05b51d2d8ed9a Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Thu, 18 Mar 2021 13:43:13 +0100 Subject: [PATCH] =?UTF-8?q?Typing:=20Drobn=C3=A1=20oprava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03-typing/03-typing.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03-typing/03-typing.tex b/03-typing/03-typing.tex index 2f3dad4..467abaa 100644 --- a/03-typing/03-typing.tex +++ b/03-typing/03-typing.tex @@ -7,7 +7,7 @@ \title{Programování 2: Typové anotace} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2021} \setbeamersize{text margin left=5mm} \setbeamersize{text margin right=5mm} \begin{document} @@ -116,7 +116,7 @@ Parametrizovaný typ pro seznamy. {\tt\color{blue} from typing import Optional\\ -def center(s: str, šíře: Optional[int]=80) -> str: +def center(s: str, w: Optional[int]=None) -> str: } \smallskip -- GitLab