summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-08-10 16:01:49 +0200
committerTim Graham <timograham@gmail.com>2015-08-10 10:20:51 -0400
commit90c7078f48fd6588fec905a29df8838714decc1e (patch)
tree1b9771f71b087a0652edb2a38e5e1d5cd2322969 /docs
parent2112879305d0c78bdb7460e55f70591c89790e39 (diff)
[1.8.x] Removed unnecessary comma in docs
Backport of f2e4c7aca48374cd18f7e3bea333bbb5d73154cf from master
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 0e1299ad98..f41e950f9f 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -243,7 +243,7 @@ arguments to pass to ``__init__()`` to re-create it.
If you haven't added any extra options on top of the field you inherited from,
then there's no need to write a new ``deconstruct()`` method. If, however,
-you're, changing the arguments passed in ``__init__()`` (like we are in
+you're changing the arguments passed in ``__init__()`` (like we are in
``HandField``), you'll need to supplement the values being passed.
The contract of ``deconstruct()`` is simple; it returns a tuple of four items: