aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-29 01:22:38 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-29 01:22:38 +0200
commit7635c00d253baf8f48d3a84665178c782b7ef533 (patch)
treec2978db107cc25ca6536598837a56d274314f5e0
parent1704965f6dfa5e0df0ee7729943e8dd2a88085ce (diff)
downloadmastodon.py-7635c00d253baf8f48d3a84665178c782b7ef533.tar.gz
Clarify some things
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a333433..6141557 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,7 @@ Mastodon.py
5 5
6Usage 6Usage
7----- 7-----
8Register your app! This only needs to be done once. Uncomment the code and substitute in your information: 8Register your app! This only needs to be done once (per server, or when distributing rather than hosting an application, most likely per device and server). Uncomment the code and substitute in your information:
9 9
10.. code-block:: python 10.. code-block:: python
11 11
@@ -19,7 +19,7 @@ Register your app! This only needs to be done once. Uncomment the code and subst
19 ) 19 )
20 ''' 20 '''
21 21
22Then login. This can be done every time, or you can use the persisted information: 22Then, log in. This can be done every time your application starts (e.g. when writing a simple bot), or you can use the persisted information:
23 23
24.. code-block:: python 24.. code-block:: python
25 25
Powered by cgit v1.2.3 (git 2.41.0)