Skip to content

Commit

Permalink
GitCommitBear: Change python -> python3
Browse files Browse the repository at this point in the history
Changing python to python3 for safety

Fixes coala#454
  • Loading branch information
AsnelChristian committed May 25, 2016
1 parent 0c23c6b commit 21877a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/vcs/git/GitCommitBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def check_imperative(self, paragraph):
return None
except LookupError as error: # pragma: no cover
self.err("NLTK data missing, install by running following commands "
"`python -m nltk.downloader punkt"
"`python3 -m nltk.downloader punkt"
" maxent_treebank_pos_tagger averaged_perceptron_tagger`")
return

Expand Down

0 comments on commit 21877a1

Please sign in to comment.