From faed1b83cd3daa7a2a25c0922cb2057b7387cc77 Mon Sep 17 00:00:00 2001
From: hpolvech <helene.polveche@ens-lyon.fr>
Date: Thu, 14 Oct 2021 11:14:41 +0200
Subject: [PATCH] correction div2

---
 session_4/session_4.Rmd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd
index be20412..bead9a1 100644
--- a/session_4/session_4.Rmd
+++ b/session_4/session_4.Rmd
@@ -96,7 +96,8 @@ filter(flights, month == 1, day == 1)
 
 <div class="pencadre">
 Save the previous command in a `jan1` variable
-</div>
+</div> 
+ 
 <details><summary>Solution</summary>
 <p>
 ```{r filter_month_day_sav, include=TRUE}
-- 
GitLab