From fcc40f1d45d52f562284cf8fe61ba10c9ba8ede4 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Fri, 13 Sep 2024 11:14:21 +0100 Subject: [PATCH] Fix incomplete sentence. --- README.rst | 2 +- docs/source/index.rst | 2 +- docs/source/user_guide/introduction.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c5f07c0..1e0f4e9 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the diff --git a/docs/source/index.rst b/docs/source/index.rst index b3051c8..8d9f20b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the diff --git a/docs/source/user_guide/introduction.rst b/docs/source/user_guide/introduction.rst index 5803ba5..51b2eec 100644 --- a/docs/source/user_guide/introduction.rst +++ b/docs/source/user_guide/introduction.rst @@ -8,7 +8,7 @@ Ultimo allows you to implement the logic of a micropython application around a collection of asyncio Tasks that consume asynchronous iterators. This is compared to the usual synchronous approach of having a single main loop that mixes together the logic for all the different activities that your -application. +application carries out. In addition to the making the code simpler, this permits updates to be generated and handled at different rates depending on the needs of the