From c2cb15d63b170070fe6248ecc75c460f5f946c95 Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Wed, 1 Nov 2023 06:56:29 +0800 Subject: [PATCH] fixed documentation style --- moptipyapps/dynamic_control/surrogate_cma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moptipyapps/dynamic_control/surrogate_cma.py b/moptipyapps/dynamic_control/surrogate_cma.py index 4ab0c255..dd57795e 100644 --- a/moptipyapps/dynamic_control/surrogate_cma.py +++ b/moptipyapps/dynamic_control/surrogate_cma.py @@ -87,7 +87,7 @@ def _nop() -> None: - """A no operation.""" + """Do absolutely nothing.""" class SurrogateCmaEs(Algorithm):