chrome note

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-25 09:47:26 -05:00
parent f4cf9a62fd
commit 4691efb160
+1 -1
View File
@@ -94,7 +94,7 @@ Render an Element as Markdown:
>>> r.html.search('Python is a {} language')[0]
programming
More complex CSS Selector example:
More complex CSS Selector example (copied from Chrome dev tools):
.. code-block:: pycon