mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+1
-1
@@ -91,7 +91,7 @@ class BaseParser:
|
||||
def find(self, selector: str, first: bool = False, _encoding: str = None):
|
||||
"""Given a CSS Selector, returns a list of :class:`Element <Element>` objects.
|
||||
|
||||
Examples:
|
||||
Example CSS Selectors:
|
||||
|
||||
- ``a``
|
||||
- ``a.someClass``
|
||||
|
||||
Reference in New Issue
Block a user