From 4144e2be9e8c95de49f4fdf69354fffc8273ba6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 19 Nov 2019 12:49:27 +0100 Subject: [PATCH] Update working_with_forms.rst --- doc/working_with_forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/working_with_forms.rst b/doc/working_with_forms.rst index 42d15d4..97c7e7f 100644 --- a/doc/working_with_forms.rst +++ b/doc/working_with_forms.rst @@ -7,7 +7,7 @@ form are sent to the server in an HTTP call. Kapow! handles the form decoding for you, the only thing you need to know is which *field* or *fields* of the form you want. -In this example we respond back with the content of the form field `myfield`: +In this example we respond back with the content of the form field ``myfield``: .. code-block:: bash