Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alvations/sacremoses
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda committed Sep 1, 2020
2 parents 7872360 + b94654f commit 400328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacremoses/test/test_truecaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def setUp(self):
"4fb3bac1da1ba7a172ff1936e96bee3bc8892931/"
"big.txt"
)
self.big_text = get_content(big_text_url).decode("utf8")
self.big_txt = get_content(big_text_url).decode("utf8")
with open("big.txt", "w") as fout:
fout.write(self.big_txt)

Expand Down

0 comments on commit 400328e

Please sign in to comment.