From 894f3acd72be2dc5ac62dfcc256758c1d89a7d93 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Wed, 6 Apr 2016 15:48:41 -0600 Subject: [PATCH] Fixed documentation of grid_search --- doc/more.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/more.rst b/doc/more.rst index 87a67014..c1417243 100644 --- a/doc/more.rst +++ b/doc/more.rst @@ -140,7 +140,7 @@ Continuing the above example, it is possible to add: ... step3 : { - ('#d','#e') : { + '(#d,#e)' : { 'Dir_de1' : ('Value_d1', 'Value_e1'), 'Dir_de2' : ('Value_d2', 'Value_e2') } -- GitLab