From d2b62169943b494bcaec2c368f63512eed7bef7e Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 3 Oct 2022 13:42:14 -0400 Subject: [PATCH] Comment format tweak --- piker/_daemon.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/piker/_daemon.py b/piker/_daemon.py index 44986a22..1dfebae3 100644 --- a/piker/_daemon.py +++ b/piker/_daemon.py @@ -195,9 +195,8 @@ async def open_piker_runtime( ) -> Optional[tractor._portal.Portal]: ''' - Start a piker actor who's runtime will automatically - sync with existing piker actors in local network - based on configuration. + Start a piker actor who's runtime will automatically sync with + existing piker actors on the local link based on configuration. ''' global _services