Skip to content

Commit 7e53f7a

Browse files
authored
Merge pull request #331 from HanzTantiangco/patch-2
style: Fix the typo
2 parents c060abe + e474891 commit 7e53f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentiment-analysis-network/Sentiment_Classification_Projects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
"\n",
880880
" def train(self, training_reviews, training_labels):\n",
881881
" \n",
882-
" # make sure out we have a matching number of reviews and labels\n",
882+
" # make sure we have a matching number of reviews and labels\n",
883883
" assert(len(training_reviews) == len(training_labels))\n",
884884
" \n",
885885
" # Keep track of correct predictions to display accuracy during training \n",

0 commit comments

Comments
 (0)