From 985570895040d6638b5d540a105fa2aa51cb7b7f Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 7 Aug 2024 11:13:19 +0200
Subject: [PATCH] DOC: Fixed unrelated documentation mistake.

---
 src/doc/table-json-conversion/specs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc/table-json-conversion/specs.rst b/src/doc/table-json-conversion/specs.rst
index c98eddc1..62c75a70 100644
--- a/src/doc/table-json-conversion/specs.rst
+++ b/src/doc/table-json-conversion/specs.rst
@@ -181,7 +181,7 @@ a. Properties with primitive data types
            "date": "2023-06-15",
            "url": "www.indiscale.com/next",
            "duration": 2.5,
-           "participants": None,
+           "participants": null,
            "remote": true
          }
        ]
-- 
GitLab