diff options
| author | Tim Graham <timograham@gmail.com> | 2017-07-18 08:24:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-18 08:24:49 -0400 |
| commit | 259875535b1fb4238eefbe9d50c761d0702a1ce2 (patch) | |
| tree | d73cc75c22d76cb0f1951cc582043fc98b5a0004 /docs/intro/tutorial07.txt | |
| parent | 33d453b2a713ad2557b6ba31a903c142263641ed (diff) | |
Removed unneeded right quotes in docs to fix spelling errors.
A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93
Diffstat (limited to 'docs/intro/tutorial07.txt')
| -rw-r--r-- | docs/intro/tutorial07.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index 7dd0f42e22..04f2fa7060 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -328,8 +328,8 @@ when loading Django templates; it's a search path. Just like the static files, we *could* have all our templates together, in one big templates directory, and it would work perfectly well. However, templates that belong to a particular application should be placed in that - application’s template directory (e.g. ``polls/templates``) rather than the - project’s (``templates``). We'll discuss in more detail in the + application's template directory (e.g. ``polls/templates``) rather than the + project's (``templates``). We'll discuss in more detail in the :doc:`reusable apps tutorial </intro/reusable-apps>` *why* we do this. Now create a directory called ``admin`` inside ``templates``, and copy the |
