diff options
| author | Steven Maude <StevenMaude@users.noreply.github.com> | 2021-09-17 19:19:26 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-17 20:20:31 +0200 |
| commit | 561a1c09058b0dec63474078319a5a894d680113 (patch) | |
| tree | 57dc277eac654670b852d64b8f91b79f5d81a103 | |
| parent | 454ee4d3b809796dd13c349fe9361d3645bf4be6 (diff) | |
[3.2.x] Fixed typo in docs/intro/reusable-apps.txt.
Backport of 475cffd1d64c690cdad16ede4d5e81985738ceb4 from main
| -rw-r--r-- | docs/intro/reusable-apps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 3cf0cfdc60..d00879ea60 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -235,7 +235,7 @@ this. For a small app like polls, this process isn't too difficult. #. Only Python modules and packages are included in the package by default. To include additional files, we'll need to create a ``MANIFEST.in`` file. The setuptools docs referred to in the previous step discuss this file in more - details. To include the templates, the ``README.rst`` and our ``LICENSE`` + detail. To include the templates, the ``README.rst`` and our ``LICENSE`` file, create a file ``django-polls/MANIFEST.in`` with the following contents: |
