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/ref | |
| parent | f6075b0596e20951bd8232f09d97fb7fac08308c (diff) | |
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 757b387d78..1414f19e48 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -840,7 +840,7 @@ subclass:: added last after all editable fields. A read-only field can not only display data from a model's field, it can - also display the output of a a model's method or a method of the + also display the output of a model's method or a method of the ``ModelAdmin`` class itself. This is very similar to the way :attr:`ModelAdmin.list_display` behaves. This provides an easy way to use the admin interface to provide feedback on the status of the objects being diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 35c01c9b7e..2987539f33 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -330,7 +330,7 @@ described above, ``psycopg2`` may be installed using the following command:: .. note:: - If you don't have ``pip``, follow the the :ref:`installation instructions + If you don't have ``pip``, follow the :ref:`installation instructions <installing-official-release>` to install it. .. _fink: |
