From 1ffe2209c61d0be4a7e973fc0a7f5573e78e9723 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Mon, 5 Nov 2018 15:57:03 +0100
Subject: [PATCH] fix link in docs

---
 docs/source/tutorial/tutorial.BalancingLearner.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/tutorial/tutorial.BalancingLearner.rst b/docs/source/tutorial/tutorial.BalancingLearner.rst
index 43785e30..ab139e9f 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::
-- 
GitLab