Merge branch 'correct-equals-plus-to-plus-equals-typo' of https://github.com/lamby/calibre

This commit is contained in:
Kovid Goyal 2017-07-16 16:36:54 +05:30
commit 172e044f3f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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