summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:50:54 +0100
committer B. Watson2022-03-14 08:50:54 +0100
commitb939762c97cd62c79a706ed28d631ab0f4216b3d (patch)
tree6d8bb69f8de359eaf409ead48420ef5b6fdf63cb /office
parent0f7dfecb7d44679ff1ee69826e76621af29cd7d8 (diff)
downloadslackbuilds-b939762c97cd62c79a706ed28d631ab0f4216b3d.tar.gz
office/pyspread: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r--office/pyspread/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/office/pyspread/README b/office/pyspread/README
index 4b77a7cf84..8b9814e677 100644
--- a/office/pyspread/README
+++ b/office/pyspread/README
@@ -2,10 +2,10 @@ Pyspread is a non-traditional spreadsheet application that is based on
and written in the programming language Python.
The goal of pyspread is to be the most pythonic spreadsheet. Pyspread
-expects Python expressions in its grid cells, which makes a spreadsheet
-specific language obsolete. Each cell returns a Python object that can be
-accessed from other cells. These objects can represent anything including
-lists or matrices.
+expects Python expressions in its grid cells, which makes a
+spreadsheet specific language obsolete. Each cell returns a Python
+object that can be accessed from other cells. These objects can
+represent anything including lists or matrices.
Pyspread is free software. It is released under the GPL v3.