Django

Code

Ticket #6757 (closed: fixed)

Opened 9 months ago

Last modified 9 months ago

Minor typo in docs/newforms.txt: forgot a closing parenthesis

Reported by: Atul Varma <varmaa@gmail.com> Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

Diff patch is below.

Index: docs/newforms.txt
===================================================================
--- docs/newforms.txt	(revision 7224)
+++ docs/newforms.txt	(working copy)
@@ -1564,7 +1564,7 @@
 
       Note that any errors raised by your ``Form.clean()`` override will not
       be associated with any field in particular. They go into a special
-      "field" (called ``__all__``, which you can access via the
+      "field" (called ``__all__``), which you can access via the
       ``non_field_errors()`` method if you need to.
 
 These methods are run in the order given above, one field at a time.  That is,

Attachments

Change History

03/11/08 18:09:44 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(In [7227]) Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gmail.com>.


Add/Change #6757 (Minor typo in docs/newforms.txt: forgot a closing parenthesis)




Change Properties
Action