From 98fd0439336d51dec476b9a3bf8131c45405e3ea Mon Sep 17 00:00:00 2001
From: VIGNET Pierre <pierre.vignet@irisa.fr>
Date: Wed, 4 Dec 2019 17:22:41 +0100
Subject: [PATCH] [cmd] Fix typos

---
 command_line/cadbiom_cmd/solution_search.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/command_line/cadbiom_cmd/solution_search.py b/command_line/cadbiom_cmd/solution_search.py
index f9c77cf..c2a4314 100644
--- a/command_line/cadbiom_cmd/solution_search.py
+++ b/command_line/cadbiom_cmd/solution_search.py
@@ -175,7 +175,9 @@ def search_entry_point(
         less or equal the maxium of steps defined with the argument `steps`.
         If set to False: The solver will search all solutions with the minimum
         of steps found in the first returned solution.
-        Example:
+
+        :Example:
+
             all_macs = False, steps = 10;
             First solution found with 4 steps;
             The next solution will be searched with a maximum of 4 steps;
-- 
GitLab