mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
561570a897
commit
d5521f96a6
@ -790,7 +790,7 @@ def cfi_for_selection(r): # {{{
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'start': encode(r.startContainer.ownerDocument, *pos(r.startContainer, r.startOffset)),
|
'start': encode(r.startContainer.ownerDocument, *pos(r.startContainer, r.startOffset)),
|
||||||
'end': encode(r.endContainer.ownerDocument, *(r.endContainer, r.endOffset)),
|
'end': encode(r.endContainer.ownerDocument, *pos(r.endContainer, r.endOffset)),
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user