From 259875535b1fb4238eefbe9d50c761d0702a1ce2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 18 Jul 2017 08:24:49 -0400 Subject: Removed unneeded right quotes in docs to fix spelling errors. A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93 --- docs/intro/tutorial07.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial07.txt') 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 ` *why* we do this. Now create a directory called ``admin`` inside ``templates``, and copy the -- cgit v1.3