From 3af24837f9133204ea3375501177598002e84909 Mon Sep 17 00:00:00 2001 From: Tim Statler Date: Mon, 26 Aug 2024 17:00:46 -0700 Subject: [PATCH] Removed upper-case letter/made 'download' the link text instead of 'here'/identified zip file --- beginner_source/chatbot_tutorial.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beginner_source/chatbot_tutorial.py b/beginner_source/chatbot_tutorial.py index 44310cc3620..f902f8cd717 100644 --- a/beginner_source/chatbot_tutorial.py +++ b/beginner_source/chatbot_tutorial.py @@ -84,8 +84,7 @@ # Preparations # ------------ # -# To start, Download the data ZIP file -# `here `__ +# To get started, `download `__ the Movie-Dialogs Corpus zip file. # and put in a ``data/`` directory under the current directory. #