summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2025-08-22 12:36:48 -0300
committernessita <124304+nessita@users.noreply.github.com>2025-08-25 10:51:10 -0300
commit4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (patch)
treee7225d1586c174b5945f595b3759b7c6dddbdae1 /docs/intro
parent01a460f23e470555a733b8980401402b7947bb9f (diff)
Refs #36485 -- Removed double spaces after periods in sentences.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt2
-rw-r--r--docs/intro/tutorial05.txt2
-rw-r--r--docs/intro/tutorial07.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 504480acb1..fc968ebf8f 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -91,7 +91,7 @@ These files are:
read :ref:`more about packages <tut-packages>` in the official Python docs.
* :file:`mysite/settings.py`: Settings/configuration for this Django
- project. :doc:`/topics/settings` will tell you all about how settings
+ project. :doc:`/topics/settings` will tell you all about how settings
work.
* :file:`mysite/urls.py`: The URL declarations for this Django project; a
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 599f81f85c..80804ac9b2 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -352,7 +352,7 @@ The Django test client
----------------------
Django provides a test :class:`~django.test.Client` to simulate a user
-interacting with the code at the view level. We can use it in ``tests.py``
+interacting with the code at the view level. We can use it in ``tests.py``
or even in the :djadmin:`shell`.
We will start again with the :djadmin:`shell`, where we need to do a couple of
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index bf695d551c..14752e3285 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -159,7 +159,7 @@ by ``extra`` -- and each time you come back to the "Change" page for an
already-created object, you get another three extra slots.
At the end of the three current slots you will find an "Add another Choice"
-link. If you click on it, a new slot will be added. If you want to remove the
+link. If you click on it, a new slot will be added. If you want to remove the
added slot, you can click on the X to the top right of the added slot. This
image shows an added slot: