Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Apr 14, 2011
1 parent ff69c2b commit b924d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/z3c/form/widget.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,10 @@ items. The ``widget`` module provides a basic widget implementation to support
this use case.

The `MultiWidget` allows to store none, one or more values for a sequence
field. Don't get cinfused by the term sequence. Ther sequence used in
field. Don't get confused by the term sequence. The sequence used in
`SequenceWidget` means that the widget can choose from a sequence of values
which is a really a collection. The `MultiWidget` can collect values for build
and store a sequence of values like used in `ITuple` or `IList` field.
which is really a collection. The `MultiWidget` can collect values to build
and store a sequence of values like those used in `ITuple` or `IList` field.

>>> request = TestRequest()
>>> multiWidget = widget.MultiWidget(request)
Expand Down

0 comments on commit b924d73

Please sign in to comment.