From 124d9ef00c9344083fe34b1846505e66d2ac5047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 4 Jan 2019 23:59:38 +0400 Subject: [PATCH] Update FastAPI section from code review --- docs/scenarios/web.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 7e5808e..c80b97c 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -159,8 +159,8 @@ parsing), data valdiation, and automatic API documentation with **OpenAPI 3** (including **JSON Schema**). It includes tools and utilities for security and authentication (including OAuth2 with JWT -tokens), a dependency injection system, 2 alternative web user interfaces for automatic, -interactive, API documentation, and other features. +tokens), a dependency injection system, automatic generation of interactive API +documentation, and other features. ***********