diff options
author | Lorenz Diener <[email protected]> | 2019-06-23 12:12:29 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-23 12:12:29 +0200 |
commit | b31fc75915c75d821f0f548cb81822557948fd22 (patch) | |
tree | 3463017d2e6a1cdb4359d3803cd109f9c065d3fc | |
parent | 5f2ee0fcae99b9ffb96017500f44183ab0bd7837 (diff) | |
parent | 87ca4bb19873c8d9abebc0bc6488ea366a00c82b (diff) | |
download | mastodon.py-b31fc75915c75d821f0f548cb81822557948fd22.tar.gz |
Merge branch 'master' of https://github.com/halcy/Mastodon.py
-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. |