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('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']
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue