From 4856f5823f20577c8b72580657ec9fce1e265b86 Mon Sep 17 00:00:00 2001 From: Wir Date: Sat, 28 Sep 2024 14:06:25 +0200 Subject: [PATCH] =?UTF-8?q?punkt=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Filter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filter.ipynb b/Filter.ipynb index 89a9b45..d301f48 100755 --- a/Filter.ipynb +++ b/Filter.ipynb @@ -91,7 +91,7 @@ ")\n", "import json\n", "# Authorize the client, save the token.\n", - "# A scope can be specified, but will default to the default scope set when initializing the client\n", + "# A scope can be specified, but will default to the default scope set when initializing the client.\n", "token = farm_client.authorize(username, password)\n", "\n", "import pandas as pd\n",