From 4db87d3c43549fcc8a5b4b753ba2655fe8451e19 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 2 Apr 2023 14:01:39 -0400 Subject: [PATCH] Tweak context doc str --- tractor/_streaming.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tractor/_streaming.py b/tractor/_streaming.py index a0f0eaf..9908ab6 100644 --- a/tractor/_streaming.py +++ b/tractor/_streaming.py @@ -350,8 +350,9 @@ class Context: An inter-actor, ``trio`` task communication context. NB: This class should never be instatiated directly, it is delivered - by either runtime machinery to a remotely started task or by entering - ``Portal.open_context()``. + by either, + - runtime machinery to a remotely started task or, + - by entering ``Portal.open_context()``. Allows maintaining task or protocol specific state between 2 communicating actor tasks. A unique context is created on the