diff options
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 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 | ||
@@ -55,7 +55,7 @@ Full documentation and basic usage examples can be found | |||
55 | at http://mastodonpy.readthedocs.io/en/stable/ . | 55 | at http://mastodonpy.readthedocs.io/en/stable/ . |
56 | 56 | ||
57 | Acknowledgements | 57 | Acknowledgements |
58 | ---------------- | 58 | ---------------- |
59 | Mastodon.py contains work by a large amount of contributors, many of which have | 59 | Mastodon.py contains work by a large amount of contributors, many of which have |
60 | put significant work into making it a better library. You can find some information | 60 | put significant work into making it a better library. You can find some information |
61 | about who helped with which particular feature or fix in the changelog. | 61 | about who helped with which particular feature or fix in the changelog. |