From 50745cc31ecd0ff76dafed2fb903d14c1b30d707 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 17 May 2009 16:45:28 +0000 Subject: Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/get_object_or_404/models.py | 2 +- tests/regressiontests/templates/loaders.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/modeltests/get_object_or_404/models.py b/tests/modeltests/get_object_or_404/models.py index 6e4da44481..b2812e61e7 100644 --- a/tests/modeltests/get_object_or_404/models.py +++ b/tests/modeltests/get_object_or_404/models.py @@ -55,7 +55,7 @@ Http404: No Article matches the given query. >>> get_object_or_404(Article, title__contains="Run") -# We can also use the the Article manager through an Author object. +# We can also use the Article manager through an Author object. >>> get_object_or_404(a.article_set, title__contains="Run") diff --git a/tests/regressiontests/templates/loaders.py b/tests/regressiontests/templates/loaders.py index fdaf9ac83f..c552a62578 100644 --- a/tests/regressiontests/templates/loaders.py +++ b/tests/regressiontests/templates/loaders.py @@ -45,7 +45,7 @@ def create_egg(name, resources): Creates a mock egg with a list of resources. name: The name of the module. - resources: A dictionary of resources. Keys are the names and values the the data. + resources: A dictionary of resources. Keys are the names and values the data. """ egg = imp.new_module(name) egg.__loader__ = MockLoader() -- cgit v1.3