code block

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-25 09:46:27 -05:00
parent fae210c8a2
commit f55c464049
+2
View File
@@ -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'