This commit is contained in:
gwen 2017-06-09 10:15:08 +02:00
parent 4c53916b12
commit 78cc7f12eb
2 changed files with 3 additions and 3 deletions

View File

@ -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']

View File

@ -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):