From b1424286077badc124f6dc01d67f1239c26f5b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Mon, 26 Feb 2024 17:26:23 +0800 Subject: [PATCH] doc: remove incorrect and unneeded code comment --- doc/manual/management_system.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/manual/management_system.rst b/doc/manual/management_system.rst index 401e51a3e..440b27d9d 100644 --- a/doc/manual/management_system.rst +++ b/doc/manual/management_system.rst @@ -161,7 +161,6 @@ Argument widgets can be used in applets through the `EntryArea` class. Below is a simple example code snippet using the `EntryArea` class: :: - # Create the experiment area entry_area = EntryArea() # Create a new widget