diff options
| author | Andrew Northall <andrew@northall.me.uk> | 2021-08-15 20:11:25 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-08-17 12:18:07 +0200 |
| commit | c23aa736264d47c51b2f2ff2e3139187204fc9b8 (patch) | |
| tree | e8e6a7be363d19b6e85e3edace43e8dcbc80f05f /docs/intro | |
| parent | 6c3525a09db5177bf4e3856de85bf8b1300402d5 (diff) | |
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial02.txt | 4 | ||||
| -rw-r--r-- | docs/intro/tutorial05.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 2163a87f5b..a24eeec358 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -3,8 +3,8 @@ Writing your first Django app, part 2 ===================================== This tutorial begins where :doc:`Tutorial 1 </intro/tutorial01>` left off. -We'll setup the database, create your first model, and get a quick introduction -to Django's automatically-generated admin site. +We'll set up the database, create your first model, and get a quick +introduction to Django's automatically-generated admin site. .. admonition:: Where to get help: diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 0e4c4dc098..e546f2d79a 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -368,7 +368,7 @@ environment in the :djadmin:`shell`: :meth:`~django.test.utils.setup_test_environment` installs a template renderer which will allow us to examine some additional attributes on responses such as ``response.context`` that otherwise wouldn't be available. Note that this -method *does not* setup a test database, so the following will be run against +method *does not* set up a test database, so the following will be run against the existing database and the output may differ slightly depending on what questions you already created. You might get unexpected results if your ``TIME_ZONE`` in ``settings.py`` isn't correct. If you don't remember setting |
