From 179017afb57a1b0432ef769819f61a4b98997a25 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 11 Oct 2005 18:32:48 +0000 Subject: [PATCH] Fixed formatting bug in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index fd70409213..2ad2b3594d 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -95,8 +95,8 @@ The following arguments are available to all field types. All are optional. ('GR', 'Graduate'), ) - The first element in each tuple is the actual value to be stored. The - second element is the human-readable name for the option. + The first element in each tuple is the actual value to be stored. The + second element is the human-readable name for the option. ``core`` For objects that are edited inline to a related object.