From d4c0dc2ca952b10ce9a4d2ec743604675b299419 Mon Sep 17 00:00:00 2001 From: Simon Wessel Date: Tue, 16 Jul 2019 09:05:48 +0200 Subject: [PATCH] Fix a couple of typos --- python/README.md | 2 +- python/generate_access_token.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 4097778..06c3fb2 100644 --- a/python/README.md +++ b/python/README.md @@ -24,7 +24,7 @@ It can be run by issuing `python generate_access_token.py` or the `generate_acce ### Get payments -The `get_payments,py` gets list of payments. +The `get_payments.py` gets list of payments. ### Initiate payment diff --git a/python/generate_access_token.py b/python/generate_access_token.py index 9be1818..4f93dd9 100644 --- a/python/generate_access_token.py +++ b/python/generate_access_token.py @@ -7,7 +7,7 @@ REDIRECT_URI = 'http://httpbin.org/get' """ -This is an example how to generate the access token from the scratch. +This is an example how to generate the access token from scratch. We first call get_code and then get_access_token function. Access token can be generated by calling generate_access_token or by running this file i.e. 'python generate_access_token.py'