File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class LexborSelector:
7676 """Return HTML representation of the child nodes.
7777
7878 Works similar to innerHTML in JavaScript.
79- Unlike `.html` propery , does not inlcude current node.
79+ Unlike the `.html` property , does not include the current node.
8080 Can be used to set HTML as well. See the setter docstring.
8181
8282 Returns
@@ -641,7 +641,7 @@ class LexborNode:
641641 """Return HTML representation of the child nodes.
642642
643643 Works similar to innerHTML in JavaScript.
644- Unlike `.html` propery , does not inlcude current node.
644+ Unlike the `.html` property , does not include the current node.
645645 Can be used to set HTML as well. See the setter docstring.
646646
647647 Returns
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ cdef class LexborHTMLParser:
392392 """Return HTML representation of the child nodes.
393393
394394 Works similar to innerHTML in JavaScript.
395- Unlike `.html` propery , does not inlcude current node.
395+ Unlike the `.html` property , does not include the current node.
396396 Can be used to set HTML as well. See the setter docstring.
397397
398398 Returns
Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ cdef class LexborNode:
898898 """Return HTML representation of the child nodes.
899899
900900 Works similar to innerHTML in JavaScript.
901- Unlike `.html` propery , does not inlcude current node.
901+ Unlike the `.html` property , does not include the current node.
902902 Can be used to set HTML as well. See the setter docstring.
903903
904904 Returns
You can’t perform that action at this time.
0 commit comments