[1.5.x] Fixed typos in docs and comments

Backport of ee26797cff from master
This commit is contained in:
Tim Graham 2013-01-29 08:45:40 -07:00
parent f6075b0596
commit 5da6ce11ed
15 changed files with 20 additions and 17 deletions

View file

@ -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