diff --git a/docs/source/tutorial/tutorial.BalancingLearner.rst b/docs/source/tutorial/tutorial.BalancingLearner.rst
index 43785e30c72bcd8609223242758bd07ea1dace07..ab139e9f55a57a0aedecc69c28719d32d6d094d3 100644
--- a/docs/source/tutorial/tutorial.BalancingLearner.rst
+++ b/docs/source/tutorial/tutorial.BalancingLearner.rst
@@ -57,7 +57,7 @@ The balancing learner can for example be used to implement a poor-man’s
 
 Often one wants to create a set of ``learner``\ s for a cartesian
 product of parameters. For that particular case we’ve added a
-``classmethod`` called ``~adaptive.BalancingLearner.from_product``.
+``classmethod`` called `~adaptive.BalancingLearner.from_product`.
 See how it works below
 
 .. jupyter-execute::