From 731f6be26240fc7b2ecd8e2f60818070427f75fb Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 9 Dec 2008 07:15:35 +0000 Subject: [PATCH] Fixed #9777 -- Typo fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9622 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 357e22b1a5..7b6b6c4fd6 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -213,7 +213,7 @@ the output, you would call:: If you want to exclude multiple applications, use multiple ``--exclude`` directives:: - django-admin.py dumpdata --exclude=auth --exclude=contenttype + django-admin.py dumpdata --exclude=auth --exclude=contenttypes .. django-admin-option:: --format