summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-01-05 14:04:39 -0800
committerGitHub <noreply@github.com>2022-01-05 14:04:39 -0800
commit05a00edbd0418a6f71216a00b27fe64618679e88 (patch)
treeba054579c9503d8882703117b0fa41bcdce46b31
parent781c1ee9d61dc9b38b7fa0a33277befacc38c58d (diff)
downloadwebtest-05a00edbd0418a6f71216a00b27fe64618679e88.tar.gz
Update docs/forms.rst
-rw-r--r--docs/forms.rst2
1 files changed, 1 insertions, 1 deletions
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