From 33cbf73dd63ba6c3391fa032232fcbdbef0d7fa1 Mon Sep 17 00:00:00 2001 From: MigAP Date: Mon, 30 Nov 2020 09:16:37 +0100 Subject: [PATCH] fix export option typo --- module3/exo3/exercice_python_fr.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo3/exercice_python_fr.org b/module3/exo3/exercice_python_fr.org index d1f5a8a..88f8f96 100644 --- a/module3/exo3/exercice_python_fr.org +++ b/module3/exo3/exercice_python_fr.org @@ -77,7 +77,7 @@ les 45 premières lignes du fichier. On visualise les valeurs du tableau : -#+BEGIN_SRC python :results value :session :export both +#+BEGIN_SRC python :results value :session :exports both table[:5] #+END_SRC -- 2.18.1