From 05a00edbd0418a6f71216a00b27fe64618679e88 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 5 Jan 2022 14:04:39 -0800 Subject: Update docs/forms.rst --- docs/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms.rst b/docs/forms.rst index 349e61d..6e5b7c9 100644 --- a/docs/forms.rst +++ b/docs/forms.rst @@ -19,7 +19,7 @@ If you have a single html form in your page, just use the ``.form`` attribute: >>> res = app.get('/form.html') >>> form = res.form -If you have more then one html form in your page use the ``.forms`` property and +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