diff options
| author | Steven Maude <StevenMaude@users.noreply.github.com> | 2021-09-17 19:19:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 20:19:26 +0200 |
| commit | 475cffd1d64c690cdad16ede4d5e81985738ceb4 (patch) | |
| tree | 2b67ea0f3f4e7c4e28dd09fd10df1435d2f4c8fc /docs | |
| parent | 4e4082f9396e21de0bd88dbfc651da9ad01c7c0c (diff) | |
Fixed typo in docs/intro/reusable-apps.txt.
Diffstat (limited to 'docs')
| -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 5aeedae035..fe22569485 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -242,7 +242,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: |
