summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-11 18:32:48 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-11 18:32:48 +0000
commit179017afb57a1b0432ef769819f61a4b98997a25 (patch)
tree32d7ef4d9e6ed1e460123b75b4cbb0d88840fadc /docs/model-api.txt
parentfef8adefe173e809c582a6611b6eb58577e0c9f0 (diff)
Fixed formatting bug in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt4
1 files 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.