aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)