summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-03-02 16:00:30 +0100
committerTim Graham <timograham@gmail.com>2014-03-03 08:37:17 -0500
commit2b6436e2d5d9fdc1961b2d5b5022122afcb0703a (patch)
treec8a2258ee3fb89c981947ef0565a761ce9fa7df8 /docs/topics
parent0d912258921a442c48d5787228db2db5af7e8fa5 (diff)
Fixed some typos and formatting issues in docs.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/class-based-views/mixins.txt2
-rw-r--r--docs/topics/i18n/index.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/class-based-views/mixins.txt b/docs/topics/class-based-views/mixins.txt
index 05644fc787..f0bacca6c1 100644
--- a/docs/topics/class-based-views/mixins.txt
+++ b/docs/topics/class-based-views/mixins.txt
@@ -219,7 +219,7 @@ processing to work on a particular object, identified from the URL,
we'll want the functionality provided by
:class:`~django.views.generic.detail.SingleObjectMixin`.
-We'll demonstrate this with the publisher modeling we used in the
+We'll demonstrate this with the ``Author`` model we used in the
:doc:`generic class-based views introduction<generic-display>`.
.. code-block:: python
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt
index 5a3ea25e18..7ceff1d9e5 100644
--- a/docs/topics/i18n/index.txt
+++ b/docs/topics/i18n/index.txt
@@ -29,7 +29,7 @@ Essentially, Django does two things:
their preferences.
Obviously, translation depends on the target language, and formatting usually
-depends on the target country. These informations are provided by browsers in
+depends on the target country. This information is provided by browsers in
the ``Accept-Language`` header. However, the time zone isn't readily available.
Definitions