From 08495c6a070646291e48477dbbde973a27e33f2e Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 9 Jun 2017 10:15:08 +0200 Subject: [PATCH] typo --- algorithmique/cours/conf.py | 4 ++-- algorithmique/cours/donnees.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/algorithmique/cours/conf.py b/algorithmique/cours/conf.py index 0fc0a95..b115013 100644 --- a/algorithmique/cours/conf.py +++ b/algorithmique/cours/conf.py @@ -37,8 +37,8 @@ def setup(app): app.add_config_value('correction', False, 'env') app.add_config_value('exercice', False, 'env') -exercice = True -correction = True +exercice = False +correction = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/algorithmique/cours/donnees.txt b/algorithmique/cours/donnees.txt index c9851fd..99b21ca 100644 --- a/algorithmique/cours/donnees.txt +++ b/algorithmique/cours/donnees.txt @@ -150,7 +150,7 @@ Cette fonction est prédéfinie en Ocaml : `List.length` implémentation en python - .. code-block: python + .. code-block:: python >>> matrice = [] >>> for i in range(12):