@@ -173,7 +173,7 @@ class LexborNode:
173173 query : str
174174 default : bool, default None
175175 Default value to return if there is no match.
176- strict: bool, default True
176+ strict: bool, default False
177177 Set to True if you want to check if there is strictly only one match in the document.
178178
179179
@@ -194,7 +194,7 @@ class LexborNode:
194194 query : str
195195 default : bool, default None
196196 Default value to return if there is no match.
197- strict: bool, default True
197+ strict: bool, default False
198198 Set to True if you want to check if there is strictly only one match in the document.
199199
200200
@@ -215,7 +215,7 @@ class LexborNode:
215215 query : str
216216 default : bool, default None
217217 Default value to return if there is no match.
218- strict: bool, default True
218+ strict: bool, default False
219219 Set to True if you want to check if there is strictly only one match in the document.
220220
221221
@@ -699,7 +699,7 @@ class LexborHTMLParser:
699699 query : str
700700 default : bool, default None
701701 Default value to return if there is no match.
702- strict: bool, default True
702+ strict: bool, default False
703703 Set to True if you want to check if there is strictly only one match in the document.
704704
705705
@@ -720,7 +720,7 @@ class LexborHTMLParser:
720720 query : str
721721 default : bool, default None
722722 Default value to return if there is no match.
723- strict: bool, default True
723+ strict: bool, default False
724724 Set to True if you want to check if there is strictly only one match in the document.
725725
726726
@@ -741,7 +741,7 @@ class LexborHTMLParser:
741741 query : str
742742 default : bool, default None
743743 Default value to return if there is no match.
744- strict: bool, default True
744+ strict: bool, default False
745745 Set to True if you want to check if there is strictly only one match in the document.
746746
747747
0 commit comments