From 6da76949fd71b8c7a423af420beed8bc94768ae9 Mon Sep 17 00:00:00 2001 From: overclockworked64 Date: Wed, 27 Oct 2021 17:03:25 +0200 Subject: [PATCH] Fix the syntax and point to the new package --- newsfragments/241.feature | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/newsfragments/241.feature b/newsfragments/241.feature index 52e2d51..e2b4297 100644 --- a/newsfragments/241.feature +++ b/newsfragments/241.feature @@ -1,5 +1,6 @@ -Introduce a new sub-package that exposes all our high(er) level trio primitives and goodies, most importantly: +Introduce a new `sub-package`_ that exposes all our high(er) level trio primitives and goodies, most importantly: -- A new `open_actor_cluster` procedure is available for concurrently spawning a number of actors. -- A new `gather_contexts` procedure is available for concurrently entering a sequence of async context managers. +- A new ``open_actor_cluster`` procedure is available for concurrently spawning a number of actors. +- A new ``gather_contexts`` procedure is available for concurrently entering a sequence of async context managers. +.. _sub-package: ../tractor/trionics