From 2c898aaf2373440c630b53f2c169068a25815270 Mon Sep 17 00:00:00 2001 From: Rodrigo Parra Date: Wed, 31 Oct 2018 14:36:40 -0300 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 e5dcb0a..6e6dae0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -45,7 +45,7 @@ Features -------- - A pleasant API, with a single import statement. -- Class-based views without inheritence. +- Class-based views without inheritance. - ASGI framework, the future of Python web services. - The ability to mount any ASGI / WSGI app at a subroute. - *f-string syntax* route declaration.