Removed unnecessary code-block directives in various docs.

This commit is contained in:
Jon Dufresne 2019-12-23 05:47:13 -08:00 committed by Mariusz Felisiak
parent 45bcc6feac
commit 5e00bd1f77
6 changed files with 17 additions and 48 deletions

View file

@ -66,9 +66,7 @@ Enjoy the free API
With that, you've got a free, and rich, :doc:`Python API </topics/db/queries>`
to access your data. The API is created on the fly, no code generation
necessary:
.. code-block:: python
necessary::
# Import the models we created from our "news" app
>>> from news.models import Article, Reporter