Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Dec 15, 2024
1 parent a5bd58c commit e746cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectolax/parser.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Selector:
Similar to string-length in XPath."""
...
def attribute_longer_than(
def any_attribute_longer_than(
self, text: str, length: int, start: str | None = None
) -> bool:
"""Returns True any href attribute longer than a specified length.
Expand Down

0 comments on commit e746cc9

Please sign in to comment.