Skip to content

Commit 00313d8

Browse files
authored
Merge pull request dipanjanS#10 from timClicks/patch-1
Remove duplicate word in contractions.py
2 parents ce061ee + c403ffa commit 00313d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/Ch07_Analyzing_Movie_Reviews_Sentiment/contractions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"he'd": "he would",
2525
"he'd've": "he would have",
2626
"he'll": "he will",
27-
"he'll've": "he he will have",
27+
"he'll've": "he will have",
2828
"he's": "he is",
2929
"how'd": "how did",
3030
"how'd'y": "how do you",
@@ -129,4 +129,4 @@
129129
"you'll've": "you will have",
130130
"you're": "you are",
131131
"you've": "you have"
132-
}
132+
}

0 commit comments

Comments
 (0)