From e474891d7e143798558d8992565b9bf96e6cd9cc Mon Sep 17 00:00:00 2001 From: Hanz Tantiangco <37241205+HanzTantiangco@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:21:18 +0100 Subject: [PATCH] style: Fix the typo --- .../Sentiment_Classification_Projects.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentiment-analysis-network/Sentiment_Classification_Projects.ipynb b/sentiment-analysis-network/Sentiment_Classification_Projects.ipynb index c67a571bee..b1362dc369 100755 --- a/sentiment-analysis-network/Sentiment_Classification_Projects.ipynb +++ b/sentiment-analysis-network/Sentiment_Classification_Projects.ipynb @@ -879,7 +879,7 @@ "\n", " def train(self, training_reviews, training_labels):\n", " \n", - " # make sure out we have a matching number of reviews and labels\n", + " # make sure we have a matching number of reviews and labels\n", " assert(len(training_reviews) == len(training_labels))\n", " \n", " # Keep track of correct predictions to display accuracy during training \n",