From 9b6b93d467633e65984a9d2a00408f30f9abb047 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 31 Dec 2018 21:41:35 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e09e41a5..f50a15bf 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Sanic | Build fast. Run fast. .. end-badges -Sanic is a Python web framework that's written to go fast. It allows usage the `async` and `await` syntax added in Python 3.5, which makes your code non-blocking and speedy. +Sanic is a Python web server and web framework that's written to go fast. It allows usage the `async` and `await` syntax added in Python 3.5, which makes your code non-blocking and speedy. `Source code on GitHub `_ | `Help and discussion board `_.