Skip to content

Commit

Permalink
Use non-url-encoded source URL to avoid CI rejection for too-long line
Browse files Browse the repository at this point in the history
  • Loading branch information
arielallon authored and erozqba committed Oct 28, 2019
1 parent 28c304c commit c1e3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num2words/lang_HE.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def int2word(n):
if i > 0:
words.append(THOUSANDS[i][0])

# source: https://hebrew-academy.org.il/2017/01/30/%d7%95-%d7%94%d7%97%d7%99%d7%91%d7%95%d7%a8-%d7%91%d7%9e%d7%a1%d7%a4%d7%a8%d7%99%d7%9d/
# source: https://hebrew-academy.org.il/2017/01/30/ו-החיבור-במספרים/
if len(words) > 1:
words[-1] = AND + words[-1]

Expand Down

0 comments on commit c1e3e85

Please sign in to comment.