summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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