summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-09 13:38:11 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-09 13:39:35 +0200
commit8f0b9e7f9a3bf4db1d70186b96da89823d293608 (patch)
treebc21221e16542cd0e70b4d7542556aedd63c78c1
parentb593c39d7fb7d92d779eed3508f5234f4e784b40 (diff)
downloaddjango-8f0b9e7f9a3bf4db1d70186b96da89823d293608.tar.gz
[2.2.x] Fixed typos in docs/ref/django-admin.txt.
Backport of 24e8f7f7d3063a3bbfe14774080bc89035b4a3e2 from master
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 13399f59f7..eabc3be460 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1244,7 +1244,7 @@ files is:
- ``app_directory`` -- the full path of the newly created app
- ``camel_case_app_name`` -- the app name in camel case format
- ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'``
-- ``django_version`` -- the version of Django, e.g.``'2.0.3'``
+- ``django_version`` -- the version of Django, e.g. ``'2.0.3'``
.. _render_warning:
@@ -1312,7 +1312,7 @@ The :class:`template context <django.template.Context>` used is:
- ``project_directory`` -- the full path of the newly created project
- ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting
- ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'``
-- ``django_version`` -- the version of Django, e.g.``'2.0.3'``
+- ``django_version`` -- the version of Django, e.g. ``'2.0.3'``
Please also see the :ref:`rendering warning <render_warning>` as mentioned
for :djadmin:`startapp`.