Skip to content
Snippets Groups Projects
Commit 607c18d0 authored by Martin Mareš's avatar Martin Mareš
Browse files

Typing: Drobná oprava

parent f8b8e660
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment