Keep the ''' and explain why they are there

This commit takes into account the discussion from https://github.com/halcy/Mastodon.py/pull/125
This commit is contained in:
MarkEEaton 2018-08-14 13:25:24 -04:00 cometido por GitHub
pare cf4987d601
commit 84b1bc7249
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Veure arxiu

@ -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.