From 4691efb160391d48fbb9b303702d1fd63570e2ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:47:26 -0500 Subject: [PATCH] chrome note Signed-off-by: Kenneth Reitz --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0edf8e4..0e5c7ba 100644 --- a/README.rst +++ b/README.rst @@ -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