mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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
This commit is contained in:
@@ -55,7 +55,7 @@ Http404: No Article matches the given query.
|
||||
>>> get_object_or_404(Article, title__contains="Run")
|
||||
<Article: Run away!>
|
||||
|
||||
# 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")
|
||||
<Article: Run away!>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user