Fixed some typos.

This commit is contained in:
Stephen McDonald 2012-06-10 17:50:58 +10:00
parent 184800adcf
commit f6d7bd139c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This app doesn't contain any models, but as its template tags need to
# be added to built-ins at start-up time, this is a good palce to do it.
# be added to built-ins at start-up time, this is a good place to do it.
from django.template.loader import add_to_builtins

View File

@ -26,7 +26,7 @@ class Tests(TestCase):
"""
Test that ``overextends`` triggers across multiple project and
app templates with the same relative path. To achieve this, we
need same template name to exist in multiple apps, as well as
need the same template name to exist in multiple apps, as well as
at the project level, so we create some fake apps and a project
template. These all used a unique ID to ensure they don't
collide with anything in the project. When we're done, we clean