From f29b79898b3b3f7b4d6a0f41a906fba75d8297fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 6 Dec 2024 11:37:59 +0100 Subject: [PATCH] docs: minor installation tutorial typo --- docs/tutorials/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/installation.rst b/docs/tutorials/installation.rst index 83568bb..c5fafd8 100644 --- a/docs/tutorials/installation.rst +++ b/docs/tutorials/installation.rst @@ -17,7 +17,7 @@ Quart dependends on the following packages, which will automatically be installed with Quart: - aiofiles, to load files in an asyncio compatible manner, -- blinker, to manager signals, +- blinker, to manage signals, - click, to manage command line arguments - hypercorn, an ASGI server for development, - importlib_metadata only for Python 3.9,