diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:49 -0400 |
commit | 7f82a4eedb5ef30f1429418affe2fa875b9cec74 (patch) | |
tree | 7f51dc5407ef9f0f1adc88467d3eba0ed52ad45f /libraries/lunatic-python | |
parent | de0eccc072a577dbc8614e4d1913adde00393208 (diff) |
libraries/lunatic-python: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lunatic-python')
-rw-r--r-- | libraries/lunatic-python/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/lunatic-python/README b/libraries/lunatic-python/README index 44a0653e5d93d..03858ddb280ad 100644 --- a/libraries/lunatic-python/README +++ b/libraries/lunatic-python/README @@ -1,4 +1,4 @@ -Lunatic Python is a two-way bridge between Python and Lua, allowing these -languages to intercommunicate. Being two-way means that it allows Lua inside -Python, Python inside Lua, Lua inside Python inside Lua, Python inside Lua -inside Python, and so on. +Lunatic Python is a two-way bridge between Python and Lua, allowing +these languages to intercommunicate. Being two-way means that it +allows Lua inside Python, Python inside Lua, Lua inside Python inside +Lua, Python inside Lua inside Python, and so on. |