Skip to content

Commit da19d19

Browse files
authored
typos (#158)
1 parent 80a682e commit da19d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ daily historical price data for the past twenty years:
7575
7676
api_key = 'YOUR_API_KEY'
7777
app_secret = 'YOUR_APP_SECRET'
78-
redirect_uri = 'https://127.0.0.1/'
78+
callback_url = 'https://127.0.0.1:8182/'
7979
token_path = '/path/to/token.json'
8080
8181
c = auth.easy_client(api_key, app_secret, callback_url, token_path)

0 commit comments

Comments
 (0)