commit a74338c7f6c444f99718386bb2ec26deafcec041
parent 2b8fb7eac169314efc1046289435eca68153dd35
Author: Joris Vink <joris@coders.se>
Date: Thu, 29 Nov 2018 14:37:25 +0100
update anchor
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -64,7 +64,7 @@ this worker process.
* [websocket\_handshake](#websockethandshake)
-* [Asynchronous functions](#async)
+* [Asynchronous functions](#koreasync)
# <a name="koremodule"></a>Kore
@@ -756,7 +756,7 @@ def ws_connect(req):
---
-# <a name="async"></a>Async/await
+# <a name="koreasync"></a>Async/await
Kore exposes several functions that can be awaited upon allowing you to
write concurrent page handlers without any callbacks.