Update README.rst

This commit is contained in:
2018-02-26 07:49:15 -05:00
committed by GitHub
parent 58bd461375
commit c0d685ed8f
+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: