summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-12-05 23:07:50 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-12-05 23:07:50 +0100
commit3396d5716b2fccf5de5322cc50efef3c6e9b1152 (patch)
tree2e459023846bffe996f2f4d5cdd6dfed36572abf /docs
parente36c165b140c6f86678f7d12785d1957afa1735c (diff)
Fixed typo in custom model field documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-model-fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt
index 9c75f27c02..70362c93e2 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -251,7 +251,7 @@ you'll need to supplement the values being passed.
The contract of ``deconstruct`` is simple; it returns a tuple of four items:
the field's attribute name, the full import path of the field class, the
-position arguments (as a list), and the keyword arguments (as a dict).
+positional arguments (as a list), and the keyword arguments (as a dict).
As a custom field author, you don't need to care about the first two values;
the base ``Field`` class has all the code to work out the field's attribute