summaryrefslogtreecommitdiffstats
path: root/libraries/Pykka/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:21:44 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:21:44 -0400
commit3e7214f62c528b24bee4b8d0c944c00cf8fedfdc (patch)
tree2eb2b8e40bee0bb25682dfa7a7f264c59573398c /libraries/Pykka/README
parent2f6c611ad4acd149834ac7010b862bce39c4a2a0 (diff)
downloadslackbuilds-3e7214f62c528b24bee4b8d0c944c00cf8fedfdc.tar.gz
slackbuilds-3e7214f62c528b24bee4b8d0c944c00cf8fedfdc.tar.xz
libraries/Pykka: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/Pykka/README')
-rw-r--r--libraries/Pykka/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/Pykka/README b/libraries/Pykka/README
index f27e8da789..ed93ffd723 100644
--- a/libraries/Pykka/README
+++ b/libraries/Pykka/README
@@ -1,3 +1,4 @@
-Pykka is a Python implementation of the actor model. The actor model introduces
-some simple rules to control the sharing of state and cooperation between
-execution units, which makes it easier to build concurrent applications.
+Pykka is a Python implementation of the actor model. The actor model
+introduces some simple rules to control the sharing of state and
+cooperation between execution units, which makes it easier to build
+concurrent applications.