diff --git a/src/pages/beeswarm.js b/src/pages/beeswarm.js
index 29baacd3be..7c16a10b2f 100644
--- a/src/pages/beeswarm.js
+++ b/src/pages/beeswarm.js
@@ -54,7 +54,7 @@ plt.show() # Display the chart
export const Head = () => (
);
diff --git a/src/pages/boxplot.js b/src/pages/boxplot.js
index 1e4c8af735..4a2b487836 100644
--- a/src/pages/boxplot.js
+++ b/src/pages/boxplot.js
@@ -41,7 +41,7 @@ sns.boxplot( x=df["species"], y=df["sepal_length"] )
export const Head = () => (
);
@@ -223,7 +223,6 @@ export default function Boxplot() {
linkTo="/509-introduction-to-swarm-plot-in-matplotlib"
/>
(
);
diff --git a/src/pages/histogram.js b/src/pages/histogram.js
index d4f7f5c0e3..db8515441a 100644
--- a/src/pages/histogram.js
+++ b/src/pages/histogram.js
@@ -71,7 +71,7 @@ plt.show
export const Head = () => (
);
diff --git a/src/pages/ridgeline.js b/src/pages/ridgeline.js
index e1b95d1855..543868293a 100644
--- a/src/pages/ridgeline.js
+++ b/src/pages/ridgeline.js
@@ -18,7 +18,7 @@ const chartDescription =
export const Head = () => (
);
diff --git a/src/pages/violin-plot.js b/src/pages/violin-plot.js
index bfe6e27c1f..7a0decba16 100644
--- a/src/pages/violin-plot.js
+++ b/src/pages/violin-plot.js
@@ -28,7 +28,7 @@ sns.violinplot(x=df["species"], y=df["sepal_length"])
export const Head = () => (
);