From f2975d1ea900be950bc7478da726ec8ea55ca18a Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 14 Dec 2022 11:44:38 -0500 Subject: [PATCH] add missing closing brace to media dicts section --- docs/02_return_values.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/02_return_values.rst b/docs/02_return_values.rst index 94d2943..223e516 100644 --- a/docs/02_return_values.rst +++ b/docs/02_return_values.rst @@ -430,6 +430,7 @@ Media dicts 'foreground': # Estimated foreground colour for the attachment thumbnail 'background': # Estimated background colour for the attachment thumbnail 'accent': # Estimated accent colour for the attachment thumbnail + } Card dicts ---------- @@ -780,4 +781,4 @@ Admin retention dicts 'rate': # Fraction of users retained 'value': # Absolute number of users retained } - \ No newline at end of file +