summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 07a70c746b..5d61d5ba7e 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -286,7 +286,7 @@ Here are all available field types:
The admin represents this as an ``<input type="file">`` (a file-upload widget).
- Using a ``FileField` or an ``ImageField`` (see below) in a model takes a few
+ Using a ``FileField`` or an ``ImageField`` (see below) in a model takes a few
steps:
1. In your settings file, you'll need to define ``MEDIA_ROOT`` as the