diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 23:29:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-22 23:29:46 +0200 |
commit | 87ca4bb19873c8d9abebc0bc6488ea366a00c82b (patch) | |
tree | 2da081f4c3527b34264515baf07859307538626d | |
parent | 8608d15b74956ab9c2c6e23203f50b35141a7355 (diff) | |
download | mastodon.py-87ca4bb19873c8d9abebc0bc6488ea366a00c82b.tar.gz |
Formatting
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||