summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-08-10 16:01:49 +0200
committerClaude Paroz <claude@2xlibre.net>2015-08-10 16:02:14 +0200
commitf2e4c7aca48374cd18f7e3bea333bbb5d73154cf (patch)
treef14ab1cd95a07029ed2eb298e4288cbb24720e47 /docs
parent5980b05c1fad69eef907e0076aa2dc837edab529 (diff)
Removed unnecessary comma in docs
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 810da57302..721154668f 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -237,7 +237,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: