diff --git a/docs/forms.txt b/docs/forms.txt index 41ff285f54..c1a43bc0d2 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -408,20 +408,22 @@ Here's a simple function that might drive the above form:: ``FileField``s and ``ImageField``s ================================== -Dealing with for ``FileField`` and ``ImageField`` is a little more +Dealing with ``FileField``s and ``ImageField``s is a little more complicated. First, you'll need to make sure that your ``