Skip to content

Commit

Permalink
bugfix SyntaxError: Missing parentheses in call to 'print' (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanMuhib authored and alfredfrancis committed Sep 15, 2018
1 parent 1b41cda commit 159483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Expand Up @@ -13,7 +13,7 @@ def install_nltk_dependencies():
download("wordnet")
download('averaged_perceptron_tagger')
download('punkt')
print "Done"
print ("Done")


@manager.command
Expand Down

0 comments on commit 159483c

Please sign in to comment.