From bb8f3b9d809856437d22d1dd3368f82ef5d73dd1 Mon Sep 17 00:00:00 2001 From: Dorian Lozano Date: Wed, 26 Jul 2023 12:51:36 +0200 Subject: [PATCH] Minor change in a docstring --- src/sas/system/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sas/system/config/config.py b/src/sas/system/config/config.py index 244603a997..d3fd556955 100644 --- a/src/sas/system/config/config.py +++ b/src/sas/system/config/config.py @@ -198,7 +198,7 @@ def __init__(self): self.FITTING_PLOT_LEGEND_MAX_LINE_LENGTH = 30 # Residuals management - # If true, disables residuals display + # If true, disables residual plot display self.DISABLE_RESIDUAL_PLOT = False # Polydispersity plot management