From 781c1ee9d61dc9b38b7fa0a33277befacc38c58d Mon Sep 17 00:00:00 2001 From: Sarah Scott Date: Thu, 6 Jan 2022 08:42:22 +1300 Subject: Clarify use of forms property when more then one form in html --- docs/forms.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/forms.rst b/docs/forms.rst index 1d4cec0..349e61d 100644 --- a/docs/forms.rst +++ b/docs/forms.rst @@ -19,7 +19,8 @@ If you have a single html form in your page, just use the ``.form`` attribute: >>> res = app.get('/form.html') >>> form = res.form -You can use the form index if your html contains more than one form: +If you have more then one html form in your page use the ``.forms`` property and +access via the form index: .. code-block:: python -- cgit v1.2.1