aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-12-16 18:14:34 +0200
committerGitHub <[email protected]>2022-12-16 18:14:34 +0200
commit9225072cc8bb0d6d7e7fb3464b5018cdb8cd3780 (patch)
tree79590ce82f39ba39e30d26c60d61da9e4f6bb4cd
parent78792a70b948796df5d50b4aa226186de0a756c4 (diff)
parentf2975d1ea900be950bc7478da726ec8ea55ca18a (diff)
downloadmastodon.py-9225072cc8bb0d6d7e7fb3464b5018cdb8cd3780.tar.gz
Merge pull request #298 from crd477/masterHEADmaster
add missing closing brace to media dicts section
-rw-r--r--docs/02_return_values.rst3
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
434Card dicts 435Card 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
Powered by cgit v1.2.3 (git 2.41.0)