From ef175fd89333343f7fcd8915825f34b007aeb860 Mon Sep 17 00:00:00 2001 From: Creed Naylor <16467643+creednaylor@users.noreply.github.com> Date: Mon, 8 Feb 2021 02:19:35 -0700 Subject: [PATCH] Fixed typo of the word "Remeber to Remember" (#845) --- docs/oauth2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oauth2.rst b/docs/oauth2.rst index 7bd41b6de..ef368d904 100644 --- a/docs/oauth2.rst +++ b/docs/oauth2.rst @@ -53,7 +53,7 @@ You will automatically download a JSON file with credentials. It may look like t ... } -Remeber the path to the downloaded credentials file. Also, in the next step you'll need the value of *client_email* from this file. +Remember the path to the downloaded credentials file. Also, in the next step you'll need the value of *client_email* from this file. 6. Very important! Go to your spreadsheet and share it with a *client_email* from the step above. Just like you do with any other Google account. If you don't do this, you'll get a ``gspread.exceptions.SpreadsheetNotFound`` exception when trying to access this spreadsheet from your application or a script.