Skip to content

Commit f62aed3

Browse files
committed
Grammar fixes
1 parent fa5171c commit f62aed3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

selectolax/lexbor.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

selectolax/lexbor.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

selectolax/lexbor/node.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)