mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
Update README.rst
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ Introspect an Element's attributes:
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> about.attrs
|
||||
{'id': 'about', 'class': ['tier-1', 'element-1'], 'aria-haspopup': 'true'}
|
||||
{'id': 'about', 'class': ('tier-1', 'element-1'), 'aria-haspopup': 'true'}
|
||||
|
||||
Select Elements within Elements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user