1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

[1.8.x] Removed unnecessary comma in docs

Backport of f2e4c7aca4 from master
This commit is contained in:
Claude Paroz 2015-08-10 16:01:49 +02:00 committed by Tim Graham
parent 2112879305
commit 90c7078f48

View File

@ -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, 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, 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. ``HandField``), you'll need to supplement the values being passed.
The contract of ``deconstruct()`` is simple; it returns a tuple of four items: The contract of ``deconstruct()`` is simple; it returns a tuple of four items: