From 15d8090e79442694cc56d5b082cf6860be44c639 Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Sat, 30 Jan 2021 08:46:21 -0500 Subject: [PATCH] doc: change refresh to renew (#11) --- docs/source/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 4cda186..9a03ff0 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -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()