Skip to content

Commit d8a70bb

Browse files
authored
Update readme.md
Fixed unresolved import from 'duplipy.sentiment', which does not exist.
1 parent 00c2d0b commit d8a70bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ print(augmented_file_text)
8585
### Sentiment Analysis
8686

8787
```python
88-
from duplipy.sentiment import analyze_sentiment
88+
from duplipy.text_analysis import analyze_sentiment
8989

9090
text = "I love this product! It's amazing!"
9191

0 commit comments

Comments
 (0)