From d4d7b69663c7883ebe09942d6cfe21fcb2c72d0f Mon Sep 17 00:00:00 2001 From: Berry Schoenmakers Date: Fri, 19 Jul 2024 18:07:41 +0200 Subject: [PATCH] Fix doc link. --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index fa851e70..911e5cf5 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -137,7 +137,7 @@ parties actually connect and disconnect: We define function ``main()`` as a coroutine (``async`` function) to enable the use of ``await`` statements. To call and execute coroutine ``main()``, we use ``mpc.run(main())`` , much the same as one needs to do with any -`coroutine `_ in Python. +`coroutine `_ in Python. An example run between three parties on `localhost` looks as follows: