diff options
author | Lorenz Diener <[email protected]> | 2022-12-16 18:14:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-16 18:14:34 +0200 |
commit | 9225072cc8bb0d6d7e7fb3464b5018cdb8cd3780 (patch) | |
tree | 79590ce82f39ba39e30d26c60d61da9e4f6bb4cd /docs/02_return_values.rst | |
parent | 78792a70b948796df5d50b4aa226186de0a756c4 (diff) | |
parent | f2975d1ea900be950bc7478da726ec8ea55ca18a (diff) | |
download | mastodon.py-master.tar.gz |
add missing closing brace to media dicts section
Diffstat (limited to 'docs/02_return_values.rst')
-rw-r--r-- | docs/02_return_values.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
430 | 'foreground': # Estimated foreground colour for the attachment thumbnail | 430 | 'foreground': # Estimated foreground colour for the attachment thumbnail |
431 | 'background': # Estimated background colour for the attachment thumbnail | 431 | 'background': # Estimated background colour for the attachment thumbnail |
432 | 'accent': # Estimated accent colour for the attachment thumbnail | 432 | 'accent': # Estimated accent colour for the attachment thumbnail |
433 | } | ||
433 | 434 | ||
434 | Card dicts | 435 | Card dicts |
435 | ---------- | 436 | ---------- |
@@ -780,4 +781,4 @@ Admin retention dicts | |||
780 | 'rate': # Fraction of users retained | 781 | 'rate': # Fraction of users retained |
781 | 'value': # Absolute number of users retained | 782 | 'value': # Absolute number of users retained |
782 | } | 783 | } |
783 | \ No newline at end of file | 784 | |