mirror of
https://github.com/django/django.git
synced 2025-09-14 06:25:15 +00:00
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff
from master
This commit is contained in:
parent
f6075b0596
commit
5da6ce11ed
15 changed files with 20 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue