From 7bc55e4cc8ae4a36debb50d0d6d51b6dd6411a8c Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 5 Jan 2019 16:47:07 +0100 Subject: [PATCH] typos --- sessions/python-03.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sessions/python-03.md b/sessions/python-03.md index d1283eb..19bb656 100644 --- a/sessions/python-03.md +++ b/sessions/python-03.md @@ -354,7 +354,7 @@ AttributeError Rajouter `import sys` en haut du fichier, puis: * `sys.stdin.read()` -* `sys.stout.write()` +* `sys.stdout.write()` * `sys.stderr.write()` On peut aussi utiliser: @@ -521,7 +521,7 @@ Décodeur de noms d'aéroports # Différentes approches * Bottom-up (approche *ascendante*) -* Top-Bottom (approche *descendante*) +* Top-Down (approche *descendante*) # Approches bottom-up