Skip to content

Commit 0fa9cbd

Browse files
committed
minor #4937 Keeping documentation consistent (thecatontheflat)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4937). Discussion ---------- Keeping documentation consistent Commits ------- c30f470 Keeping documentation consistent
2 parents ad74169 + c30f470 commit 0fa9cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ That's it! Just three lines are needed to render the complete form:
175175
Renders all the fields, which includes the field element itself, a label
176176
and any validation error messages for the field.
177177

178-
``form_end()``
178+
``form_end(form)``
179179
Renders the end tag of the form and any fields that have not
180180
yet been rendered, in case you rendered each field yourself. This is useful
181181
for rendering hidden fields and taking advantage of the automatic

0 commit comments

Comments
 (0)