From 93172ea1d0307fd4c574beffb0aa56831fde5509 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Tue, 16 Oct 2018 14:41:30 +0200 Subject: [PATCH] Fix typo --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 9bbcbb1..35336fe 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -51,7 +51,7 @@ Features - Class-based views without inheritence. - ASGI framework, the future of Python web services. - The ability to mount any ASGI / WSGI app at a subroute. -- *f-string syntax* route declration. +- *f-string syntax* route declaration. - Mutable response object, passed into each view. No need to return anything. - Background tasks, spawned off in a ``ThreadPoolExecutor``. - GraphQL support!