Skip to content

Commit

Permalink
Fix doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
lschoe committed Jul 19, 2024
1 parent 94f820e commit d4d7b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.python.org/3/library/asyncio-task.html#id1>`_ in Python.
`coroutine <https://docs.python.org/3/library/asyncio-task.html#coroutines>`_ in Python.

An example run between three parties on `localhost` looks as follows:

Expand Down

0 comments on commit d4d7b69

Please sign in to comment.