diff --git a/tutorials/hist/ratioplot1.py b/tutorials/hist/ratioplot1.py
index ea5f26f05a6c888f184fc3b6cd5df1565e5fffb1..cc96523c8a67b3bbb2dbb36354d013242180b2e7 100644
--- a/tutorials/hist/ratioplot1.py
+++ b/tutorials/hist/ratioplot1.py
@@ -1,16 +1,16 @@
-# \file
-# \ingroup tutorial_hist
-# \notebook
-# Example creating a simple ratio plot of two histograms using the `pois` division option.
-# Two histograms are set up and filled with random numbers. The constructor of `TRatioPlot`
-# takes the to histograms, name and title for the object, drawing options for the histograms (`hist` and `E` in this case)
-# and a drawing option for the output graph.
-# Inspired by the tutorial of Paul Gessinger.
-#
-# \macro_image
-# \macro_code
-#
-# \author Alberto Ferro
+## \file
+## \ingroup tutorial_hist
+## \notebook
+## Example creating a simple ratio plot of two histograms using the `pois` division option.
+## Two histograms are set up and filled with random numbers. The constructor of `TRatioPlot`
+## takes the to histograms, name and title for the object, drawing options for the histograms (`hist` and `E` in this case)
+## and a drawing option for the output graph.
+## Inspired by the tutorial of Paul Gessinger.
+##
+## \macro_image
+## \macro_code
+##
+## \author Alberto Ferro
 
 import ROOT