aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-12-01 01:53:24 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-12-01 01:53:24 +0200
commitd2f76239e1bf631cea0d03e1f48b8e0a60909467 (patch)
tree90a841380e34883469b29b3e65708946856cb896
parentf44fbdc5f25847dfbda7b84adec629d196cc0530 (diff)
downloadmastodon.py-d2f76239e1bf631cea0d03e1f48b8e0a60909467.tar.gz
nit
-rw-r--r--README.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index df3b6d8..85262bf 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,6 @@ Feature complete for public API as of Mastodon version 3.5.5 and easy to get sta
10 # Register your app! This only needs to be done once (per server, or when 10 # Register your app! This only needs to be done once (per server, or when
11 # distributing rather than hosting an application, most likely per device and server). 11 # distributing rather than hosting an application, most likely per device and server).
12 # Uncomment the code and substitute in your information: 12 # Uncomment the code and substitute in your information:
13
14 ''' 13 '''
15 Mastodon.create_app( 14 Mastodon.create_app(
16 'pytooterapp', 15 'pytooterapp',
Powered by cgit v1.2.3 (git 2.41.0)