Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Validator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Validation (which encompasses conversion as well) is the core function
of FormEncode. FormEncode really tries to *encode* the values from
one source into another (hence the name). So a Python structure can
be encoded in a series of HTML fields (a flat dictionary of strings).
A HTML form submission can in turn be turned into a the original
A HTML form submission can in turn be turned into a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the issue is that this block of text is supposed to evoke the idea that you can have a nested structure that you can round trip through a form. It could use better wording.

Python structure.

Using Validation
Expand Down