aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-07 23:11:30 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-07 23:11:30 +0200
commit3277ca777821e76955fb26d80788939a311db9db (patch)
treebef0749a451464d00e59fb3c685e6eb6d69a8a78 /docs/index.rst
parent33d1e17e2e75884abd6e0a8a3e4a4da388e97e55 (diff)
downloadmastodon.py-3277ca777821e76955fb26d80788939a311db9db.tar.gz
Initial test fixing pass. Four tests still fail.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d88ecc4..cfa9bf0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -237,8 +237,8 @@ you can also just write
237and everything will work as intended. The class used for this is exposed as 237and everything will work as intended. The class used for this is exposed as
238`AttribAccessDict`. 238`AttribAccessDict`.
239 239
240User dicts 240User / account dicts
241~~~~~~~~~~ 241~~~~~~~~~~~~~~~~~~~~
242.. _user dict: 242.. _user dict:
243 243
244.. code-block:: python 244.. code-block:: python
@@ -274,6 +274,7 @@ User dicts
274 # For fields with "this is me" type verification, verified_at is set to the 274 # For fields with "this is me" type verification, verified_at is set to the
275 # last verification date (It is None otherwise) 275 # last verification date (It is None otherwise)
276 'emojis': # List of custom emoji used in name, bio or fields 276 'emojis': # List of custom emoji used in name, bio or fields
277 'discoverable': # Indicates whether or not a user is visible on the discovery page
277 } 278 }
278 279
279 mastodon.account_verify_credentials()["source"] 280 mastodon.account_verify_credentials()["source"]
Powered by cgit v1.2.3 (git 2.41.0)