From 12fcae645ea384bbf9b9c9c21bac557ff5cfc786 Mon Sep 17 00:00:00 2001 From: Jochen Van de Velde Date: Tue, 16 Oct 2018 15:50:00 +0200 Subject: [PATCH] Fix typo in usage example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bebb0dc..19cee34 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ Here is an example of what a Flask app using this library would look like: if __name__ == '__main__': app.run(debug=True) -You can access the original input event on Flask application context: +You can access the original input event on the Flask request context: .. code-block:: python