aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-23 12:12:29 +0200
committerLorenz Diener <[email protected]>2019-06-23 12:12:29 +0200
commitb31fc75915c75d821f0f548cb81822557948fd22 (patch)
tree3463017d2e6a1cdb4359d3803cd109f9c065d3fc
parent5f2ee0fcae99b9ffb96017500f44183ab0bd7837 (diff)
parent87ca4bb19873c8d9abebc0bc6488ea366a00c82b (diff)
downloadmastodon.py-b31fc75915c75d821f0f548cb81822557948fd22.tar.gz
Merge branch 'master' of https://github.com/halcy/Mastodon.py
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d355e9d..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
@@ -55,7 +55,7 @@ Full documentation and basic usage examples can be found
55at http://mastodonpy.readthedocs.io/en/stable/ . 55at http://mastodonpy.readthedocs.io/en/stable/ .
56 56
57Acknowledgements 57Acknowledgements
58---------------- 58----------------
59Mastodon.py contains work by a large amount of contributors, many of which have 59Mastodon.py contains work by a large amount of contributors, many of which have
60put significant work into making it a better library. You can find some information 60put significant work into making it a better library. You can find some information
61about who helped with which particular feature or fix in the changelog. 61about who helped with which particular feature or fix in the changelog.
Powered by cgit v1.2.3 (git 2.41.0)