From d868ac434ccab0085dc51efa8b5cd5f57de1603f Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Tue, 3 Sep 2024 09:31:22 +0200
Subject: [PATCH] Fix typo

---
 backend/scripts/time_residuals.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/scripts/time_residuals.py b/backend/scripts/time_residuals.py
index 4aa840d..bd92085 100755
--- a/backend/scripts/time_residuals.py
+++ b/backend/scripts/time_residuals.py
@@ -75,7 +75,7 @@ def main():
                         histtype='step',
                         lw=2,
                         label=f'DU {du}',
-                        density=true,
+                        density=True,
                         color=linestyle[0],
                         linestyle=linestyle[1])
             ax.legend(loc='upper right')
-- 
GitLab