From d6e4d93e4d8373d67f8e0defbd79db0935b3ee61 Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Thu, 18 Jan 2024 11:08:31 +0100
Subject: [PATCH] updates config doc

---
 configs/config_example.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/config_example.py b/configs/config_example.py
index 4062d454..afaaee88 100644
--- a/configs/config_example.py
+++ b/configs/config_example.py
@@ -60,9 +60,9 @@ HARDWARE_CONFIG = {
   
     Parameters
     ----------
-    'ctl' contains informationb related to controller unit with the following keys:
     'ctl': dict
-           'model': string, model type of the controller. Currently only 'raspberry_pi"
+           contains informationb related to controller unit with the following keys:
+           * 'model': string, model type of the controller. Currently only 'raspberry_pi"
     'pwr': dict
             'model': string, model type of the power module. 'pwr_batt', 'pwr_dps5005"
 '''
-- 
GitLab