Skip to content

Commit

Permalink
update strs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 4, 2019
1 parent e8ccad1 commit 7ebe136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lingua_franca/lang/parse_pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def date_found():
dayOffset -= 2
elif wordNext == "ante" and wordNextNext == "ontem":
dayOffset -= 2
elif (wordNext == "ante" and wordNext == "ante" and
elif (wordNext == "ante" and wordNextNext == "ante" and
wordNextNextNext == "ontem"):
dayOffset -= 3
elif wordNext in days:
Expand Down

0 comments on commit 7ebe136

Please sign in to comment.