Kaydet (Commit) f2e4c7ac authored tarafından Claude Paroz's avatar Claude Paroz

Removed unnecessary comma in docs

üst 5980b05c
...@@ -237,7 +237,7 @@ arguments to pass to ``__init__()`` to re-create it. ...@@ -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, 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment