summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-12-23 05:47:13 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-23 14:48:16 +0100
commiteb40426259cbfd8c4d25797c878424542cf1a1a7 (patch)
tree2eaeee44b77b8e1a0e829baa7a0f1cafcdb8f6b6 /docs/intro
parent1e45b06cfd87c4866a201202200ae888a8b8e259 (diff)
[3.0.x] Removed unnecessary code-block directives in various docs.
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/overview.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index a1d82137ad..fa61e4ec57 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -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