File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ cdef class LexborHTMLParser:
192192 ----------
193193
194194 query : str
195- default : bool , default None
195+ default : Any , default None
196196 Default value to return if there is no match.
197197 strict: bool, default True
198198 Set to True if you want to check if there is strictly only one match in the document.
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ cdef class LexborNode:
204204 ----------
205205
206206 query : str
207- default : bool , default None
207+ default : Any , default None
208208 Default value to return if there is no match.
209209 strict: bool, default True
210210 Set to True if you want to check if there is strictly only one match in the document.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ cdef class HTMLParser:
7272 ----------
7373
7474 query : str
75- default : bool , default None
75+ default : Any , default None
7676 Default value to return if there is no match.
7777 strict: bool, default True
7878 Set to True if you want to check if there is strictly only one match in the document.
You can’t perform that action at this time.
0 commit comments