aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 23:29:46 +0200
committerGitHub <[email protected]>2019-06-22 23:29:46 +0200
commit87ca4bb19873c8d9abebc0bc6488ea366a00c82b (patch)
tree2da081f4c3527b34264515baf07859307538626d /README.rst
parent8608d15b74956ab9c2c6e23203f50b35141a7355 (diff)
downloadmastodon.py-87ca4bb19873c8d9abebc0bc6488ea366a00c82b.tar.gz
Formatting
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 15e0023..f1f9cc1 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ Feature complete for public API as of Mastodon version 2.9.2 and easy to get sta
5 5
6.. code-block:: python 6.. code-block:: python
7 7
8 #Register your app! This only needs to be done once. Uncomment the code and substitute in your information. 8 # Register your app! This only needs to be done once. Uncomment the code and substitute in your information.
9 9
10 from mastodon import Mastodon 10 from mastodon import Mastodon
11 11
Powered by cgit v1.2.3 (git 2.41.0)