From 317a2a3fed6c8cb1a3bf038892dd958a6b6fa53a Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 18 Sep 2024 16:51:27 +0200 Subject: [PATCH] Fix documentation Signed-off-by: Gabor Mezei --- scripts/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.py b/scripts/config.py index 28dfb53204..fb7055898f 100755 --- a/scripts/config.py +++ b/scripts/config.py @@ -423,8 +423,8 @@ class CombinedConfig(config_common.Config): If mbedtls_file or crypto_file is specified, write the specific configuration to the corresponding file instead. - The parameter name is differ from the definition of the super class to handle - two different config files. + Two file name parameters and not only one as in the super class as we handle + two configuration files in this class. """ self.mbedtls_configfile.write(self.settings, mbedtls_file)