Merge pull request #61 from ewjoachim/patch-1

Fix typo
This commit is contained in:
2018-10-17 05:25:49 -04:00
committed by GitHub
+1 -1
View File
@@ -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!