mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Merge branch 'correct-equals-plus-to-plus-equals-typo' of https://github.com/lamby/calibre
This commit is contained in:
commit
172e044f3f
@ -445,7 +445,7 @@ class Document:
|
|||||||
# self.debug(sib.text_content())
|
# self.debug(sib.text_content())
|
||||||
sib_content_length = text_length(sib)
|
sib_content_length = text_length(sib)
|
||||||
if sib_content_length:
|
if sib_content_length:
|
||||||
i =+ 1
|
i += 1
|
||||||
siblings.append(sib_content_length)
|
siblings.append(sib_content_length)
|
||||||
if i == x:
|
if i == x:
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user