Skip to content

Commit

Permalink
docs: Fix typo on example
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioabreu committed Jun 5, 2018
1 parent bf1b990 commit 8576fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ handling Python objects (models) instead of raw JSON responses.
from azion import authorize, login
# Retrieve a new token
auth = authorize('myemail@mail.com', 'mysecrepassword')
auth = authorize('myemail@mail.com', 'mysecretpassword')
# Login using the token
azion = login(auth.token)
Expand Down

0 comments on commit 8576fbe

Please sign in to comment.