From c55c9056215a6ed1ace3745cd6714cc8ce9a06a5 Mon Sep 17 00:00:00 2001 From: pesap Date: Tue, 16 Oct 2018 17:23:47 -0700 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!