diff --git a/src/doc/extension/query_templates.rst b/src/doc/extension/query_templates.rst
index 015d26a21fe20bc09dc97db9c7a3e7a1ca58a0b3..4e511ac9f91b26ffcda2674362b00070948c1bd2 100644
--- a/src/doc/extension/query_templates.rst
+++ b/src/doc/extension/query_templates.rst
@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two
         {
             "description": "Show a table of Experiments for year: {year}",
             "query": "SELECT date, project, identifier FROM Record Experiment with date in {year}"
-        },
+        }
     ]
 
 Data Model for User Query Templates