diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-29 08:45:40 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-29 10:58:24 -0700 |
| commit | 5da6ce11edb60319c014c07c40b03674ea89de4c (patch) | |
| tree | c59913f7b566f07a9e0ce26e3f2d5ed677507a3a /docs/intro | |
| parent | f6075b0596e20951bd8232f09d97fb7fac08308c (diff) | |
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/overview.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index 7cca8bf51b..4f3cd47310 100644 --- a/docs/intro/overview.txt +++ b/docs/intro/overview.txt @@ -56,7 +56,9 @@ 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:: +access your data. The API is created on the fly, no code generation necessary: + +.. code-block:: python # Import the models we created from our "news" app >>> from news.models import Reporter, Article |
