Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
doc: change refresh to renew (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelK93 authored Jan 30, 2021
1 parent 8bb29e3 commit 15d8090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ and use the code you see on the webpage
# stored in the users directory in the file ~/.rmapi, the same as with the
# go rmapi client.
rmapy.register_device("fkgzzklrs")
# It's always a good idea to refresh the user token every time you start
# It's always a good idea to renew the user token every time you start
# a new session.
rmapy.refresh_token()
rmapy.renew_token()
# Should return True
rmapy.is_auth()
Expand Down

0 comments on commit 15d8090

Please sign in to comment.