aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-12-01 01:51:49 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-12-01 01:51:49 +0200
commitf44fbdc5f25847dfbda7b84adec629d196cc0530 (patch)
treeacfa6cd0ba64dfc08a6617577cff861b11f94b42 /docs
parente483d160145b1086629c1ba5a2964c5550c5c126 (diff)
downloadmastodon.py-f44fbdc5f25847dfbda7b84adec629d196cc0530.tar.gz
Clean up some docs stuff
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6141557..5b1fe3a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -32,7 +32,7 @@ Then, log in. This can be done every time your application starts (e.g. when wri
32 to_file = 'pytooter_usercred.secret' 32 to_file = 'pytooter_usercred.secret'
33 ) 33 )
34 34
35To post, create an actual API instance: 35Note that this won't work when using 2FA - you'll have to use OAuth, in that case. To post, create an actual API instance:
36 36
37.. code-block:: python 37.. code-block:: python
38 38
@@ -49,7 +49,7 @@ every aspect. This is a simple Python wrapper for that API, provided
49as a single Python module. 49as a single Python module.
50 50
51Mastodon.py aims to implement the complete public Mastodon API. As 51Mastodon.py aims to implement the complete public Mastodon API. As
52of this time, it is feature complete for Mastodon version 3.5.3. The 52of this time, it is feature complete for Mastodon version 3.5.5. The
53Mastodon compatible API layers of various other pieces of software as well 53Mastodon compatible API layers of various other pieces of software as well
54as forks, while not an official target, should also be basically 54as forks, while not an official target, should also be basically
55compatible, and Mastodon.py does make some allowances for behaviour that isn't 55compatible, and Mastodon.py does make some allowances for behaviour that isn't
Powered by cgit v1.2.3 (git 2.41.0)