Skip to content

Commit

Permalink
Merge pull request #279 from dieseltravis/patch-1
Browse files Browse the repository at this point in the history
text formatting fixes
  • Loading branch information
halcy committed Nov 25, 2022
2 parents 10b2a99 + 7efd6ad commit 6c9683c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ Media dicts
# Focus Metadata dict:
{
'x': Focus point x coordinate (between -1 and 1)
'y': Focus point x coordinate (between -1 and 1)
'x': # Focus point x coordinate (between -1 and 1)
'y': # Focus point x coordinate (between -1 and 1)
}
# Media colors dict:
Expand Down Expand Up @@ -686,9 +686,9 @@ Instance dicts
'version': # The instance's Mastodon version
'urls': # Additional URLs dict, presently only 'streaming_api' with the
# stream websocket address.
'stats: # A dictionary containing three stats, user_count (number of local users),
# status_count (number of local statuses) and domain_count (number of known
# instance domains other than this one).
'stats': # A dictionary containing three stats, user_count (number of local users),
# status_count (number of local statuses) and domain_count (number of known
# instance domains other than this one).
'contact_account': # User dict of the primary contact for the instance
'languages': # Array of ISO 639-1 (two-letter) language codes the instance
# has chosen to advertise.
Expand Down Expand Up @@ -847,7 +847,7 @@ Announcement dicts
'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts
'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here):
[ {
'name': '# Name of the custom emoji or unicode emoji of the reaction
'name': # Name of the custom emoji or unicode emoji of the reaction
'count': # Reaction counter (i.e. number of users who have added this reaction)
'me': # True if the logged-in user has reacted with this emoji, false otherwise
'url': # URL for the custom emoji image
Expand Down

0 comments on commit 6c9683c

Please sign in to comment.