Skip to content

Commit 649ade2

Browse files
committed
Fixed typo
1 parent 3ba5b26 commit 649ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ of code. Of course, you'll usually need much more flexibility when rendering:
461461

462462
Let's take a look at each part:
463463

464-
* ``form_enctype(form)`` - If at least on field is a file upload field, this
464+
* ``form_enctype(form)`` - If at least one field is a file upload field, this
465465
renders the obligatory ``enctype="multipart/form-data"``;
466466

467467
* ``form_errors(form)`` - This will render any errors global to the whole form

0 commit comments

Comments
 (0)