aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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)