Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.

This commit is contained in:
Andrew Northall 2021-08-15 20:11:25 +01:00 committed by Carlton Gibson
parent 6c3525a09d
commit c23aa73626
15 changed files with 18 additions and 17 deletions

View file

@ -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: