From f55c464049d8bfbaf3af3c3ddc5a0159503104e7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:46:27 -0500 Subject: [PATCH] code block Signed-off-by: Kenneth Reitz --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 0b6fc1a..cde772d 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,8 @@ Render an Element as Markdown: More complex CSS Selector example: + .. code-block:: pycon + >>> r = session.get('https://github.com/') >>> sel = 'body > div.application-main > div.jumbotron.jumbotron-codelines > div > div > div.col-md-7.text-center.text-md-left > p'