diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 9509fafcc7852c41da43aa8c0803239f8089d3d7..5386973eab74521db4dc386c681b8eb3e402c969 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -10,7 +10,7 @@ knitr::opts_chunk$set(echo = TRUE) ``` ## En demandant à la lib maths -Mon ordinateur m’indique que π vaut _approximativement_ +Mon ordinateur m'indique que $\pi$ vaut *approximativement* ```{r cars} pi @@ -44,4 +44,5 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ```{r} 4*mean(df$Accept) -``` \ No newline at end of file +``` +