From 5bdd046b11585b38cc8931ee32788a1d5e1fcfa6 Mon Sep 17 00:00:00 2001 From: Kyber Date: Sat, 19 Jan 2019 20:08:47 +1100 Subject: [PATCH 1/2] Fix grammar in README.md > It allows usage the async and await syntax Doesn't make sense. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3bd3a91e..a5ff470e 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Sanic | Build fast. Run fast. .. end-badges -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. +Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the `async/await` syntax added in Python 3.5, which makes your code non-blocking and speedy. `Source code on GitHub `_ | `Help and discussion board `_. From 51c2f7a5994fc94693a778ff9cd17a99f70d17cb Mon Sep 17 00:00:00 2001 From: Kyber Date: Sat, 19 Jan 2019 20:10:44 +1100 Subject: [PATCH 2/2] Use backticks --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a5ff470e..6ab8fe16 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Sanic | Build fast. Run fast. .. end-badges -Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the `async/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 the usage of the ``async/await`` syntax added in Python 3.5, which makes your code non-blocking and speedy. `Source code on GitHub `_ | `Help and discussion board `_.