summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-10-06 11:00:36 -0400
committerTim Graham <timograham@gmail.com>2016-10-06 11:01:20 -0400
commite261337eea46b472c92cf1c351b22d62a7045e11 (patch)
tree3a0a3746b5a93004b0d0f32adbfa3a9e7ca497e6 /docs/ref/applications.txt
parent5d35181de4a9d693c4702680974b30db3035a0c9 (diff)
Fixed docs typos in lines ending with a dash.
Diffstat (limited to 'docs/ref/applications.txt')
-rw-r--r--docs/ref/applications.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 0811bdf75f..c289afcef9 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -340,8 +340,8 @@ Application registry
Returns the :class:`~django.db.models.Model` with the given ``app_label``
and ``model_name``. As a shortcut, this method also accepts a single
- argument in the form ``app_label.model_name``. ``model_name`` is case-
- insensitive.
+ argument in the form ``app_label.model_name``. ``model_name`` is
+ case-insensitive.
Raises :exc:`LookupError` if no such application or model exists. Raises
:exc:`ValueError` when called with a single argument that doesn't contain