diff options
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 |
commit | 3e7214f62c528b24bee4b8d0c944c00cf8fedfdc (patch) | |
tree | 2eb2b8e40bee0bb25682dfa7a7f264c59573398c /libraries/Pykka | |
parent | 2f6c611ad4acd149834ac7010b862bce39c4a2a0 (diff) |
libraries/Pykka: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/Pykka')
-rw-r--r-- | libraries/Pykka/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/Pykka/README b/libraries/Pykka/README index f27e8da78937..ed93ffd72382 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. |