From 5207a5c1c11748e94c369f079f94502ea94c5c4b Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 28 Sep 2019 13:38:05 +0200 Subject: [PATCH] Fix typo in S01E02 --- saison-1/sessions/python-02.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saison-1/sessions/python-02.tex b/saison-1/sessions/python-02.tex index e4d67c5..3364b55 100644 --- a/saison-1/sessions/python-02.tex +++ b/saison-1/sessions/python-02.tex @@ -350,7 +350,7 @@ Astuce: l'index maximal est \texttt{len(list) -1} ;) \end{frame} \begin{frame}[fragile] - \frametitle{Modifer une liste} + \frametitle{Modifier une liste} \begin{lstlisting} >>> liste = [1, 2, 3] >>> liste[1] = 4