diff --git a/1-Introduction/04-stats-and-probability/README.md b/1-Introduction/04-stats-and-probability/README.md
index c43d3de3..4045b043 100644
--- a/1-Introduction/04-stats-and-probability/README.md
+++ b/1-Introduction/04-stats-and-probability/README.md
@@ -56,7 +56,7 @@ To help us understand the distribution of data, it is helpful to talk about **qu
Graphically we can represent relationship between median and quartiles in a diagram called the **box plot**:
-
+
Here we also compute **inter-quartile range** IQR=Q3-Q1, and so-called **outliers** - values, that lie outside the boundaries [Q1-1.5*IQR,Q3+1.5*IQR].