From d00ec8b36ef930d05be5a091a9e25911f2923ff8 Mon Sep 17 00:00:00 2001 From: "Martin J. Laubach" Date: Tue, 10 Sep 2024 12:17:42 +0200 Subject: [PATCH] Add missing parens --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 84da970..263e9c1 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ additional arguments added in the future: - ``request``: The current HTTP request - ``config``: The config options (keys and values defined through ``form_fields``; for example the ``email`` action defines an ``email`` - char field, and accesses its value using ``config["email"]``. + char field, and accesses its value using ``config["email"]``). ReCaptcha