Update README.rst

This commit is contained in:
2018-02-26 07:48:08 -05:00
committed by GitHub
parent aab0dad8bb
commit 58bd461375
+1 -1
View File
@@ -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: