typo
This commit is contained in:
parent
4c53916b12
commit
78cc7f12eb
|
@ -37,8 +37,8 @@ def setup(app):
|
||||||
app.add_config_value('correction', False, 'env')
|
app.add_config_value('correction', False, 'env')
|
||||||
app.add_config_value('exercice', False, 'env')
|
app.add_config_value('exercice', False, 'env')
|
||||||
|
|
||||||
exercice = True
|
exercice = False
|
||||||
correction = True
|
correction = False
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
|
@ -150,7 +150,7 @@ Cette fonction est prédéfinie en Ocaml : `List.length`
|
||||||
|
|
||||||
implémentation en python
|
implémentation en python
|
||||||
|
|
||||||
.. code-block: python
|
.. code-block:: python
|
||||||
|
|
||||||
>>> matrice = []
|
>>> matrice = []
|
||||||
>>> for i in range(12):
|
>>> for i in range(12):
|
||||||
|
|
Loading…
Reference in New Issue