diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org
index 80237d66fb3250b0cf03bb07096cf5b67992d4a1..829294eb135e75d7dab378e7b7687918064820db 100644
--- a/module2/exo1/toy_document_orgmode_python_fr.org
+++ b/module2/exo1/toy_document_orgmode_python_fr.org
@@ -1,8 +1,5 @@
-#+TITLE: À propos du calcul de π
-#+AUTHOR: Samuel MEYNARD
-#+DATE: <2020-05-29 Fri>
+#+TITLE: À propos du calcul de $\pi$
#+LANGUAGE: fr
-# #+PROPERTY: header-args :eval never-export
#+HTML_HEAD:
#+HTML_HEAD:
@@ -14,11 +11,9 @@
* En demandant à la lib maths
Mon ordinateur m'indique que π vaut approximativement:
-
-#+BEGIN_SRC python
-from math import pi
-print(pi)
-#+END_SRC
+#+begin_src python :results output :exports both
+from math import *
+pi
+#+end_src
#+RESULTS:
-: None