Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:11:07 -05:00
parent d16d2e3aa7
commit 72e487bdc6
+1 -1
View File
@@ -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``