Skip to content

Commit c5772f9

Browse files
committed
Update __init__.py
1 parent 5a24b9a commit c5772f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15394,7 +15394,7 @@ def JM_is_word_delimiter(ch, delimiters):
1539415394

1539515395
def JM_is_rtl_char(ch):
1539615396
if ch < 0x590 or ch > 0x900:
15397-
return False;
15397+
return False
1539815398
return True
1539915399

1540015400

0 commit comments

Comments
 (0)