From 84b1bc72496570f87f6d0ec52a8f8aa5f54addbe Mon Sep 17 00:00:00 2001 From: MarkEEaton Date: Tue, 14 Aug 2018 13:25:24 -0400 Subject: Keep the ''' and explain why they are there This commit takes into account the discussion from https://github.com/halcy/Mastodon.py/pull/125 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 779af96..39923b9 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,18 @@ Mastodon.py =========== -Register your app! This only needs to be done once. +Register your app! This only needs to be done once. Uncomment the code and substitute in your information. .. code-block:: python from mastodon import Mastodon + ''' Mastodon.create_app( 'pytooterapp', api_base_url = 'https://mastodon.social', to_file = 'pytooter_clientcred.secret' ) + ''' Then login. This can be done every time, or use persisted. -- cgit v1.2.3