From 1b6231c9d99f3be92dc82056110e2a08612484ac Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Thu, 18 Jan 2024 12:33:58 +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 66cc1b64..210639a5 100644
--- a/configs/config_example.py
+++ b/configs/config_example.py
@@ -58,8 +58,8 @@ HARDWARE_CONFIG = {
 '''
     Dictionary configuring the hardware system. This is where the five modules are declared and assembled together.
   
-    Keys
-    ----
+    Parameters
+    ----------
     'ctl': dict
            Describing the controller unit with the following keys:
             * 'model': string
-- 
GitLab