fix indentation
This commit is contained in:
parent
36a3db5e29
commit
db4f73f058
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ def paragraph_direction_mark(text):
|
|||
for char in text:
|
||||
bidi = unicodedata.bidirectional(char)
|
||||
if bidi == 'L':
|
||||
return u'\u200E'
|
||||
return u'\u200E'
|
||||
elif bidi == 'AL' or bidi == 'R':
|
||||
return u'\u200F'
|
||||
return u'\u200F'
|
||||
|
||||
return u'\u200E'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue