diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:50:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:50:54 -0400 |
commit | b939762c97cd62c79a706ed28d631ab0f4216b3d (patch) | |
tree | 6d8bb69f8de359eaf409ead48420ef5b6fdf63cb /office | |
parent | 0f7dfecb7d44679ff1ee69826e76621af29cd7d8 (diff) |
office/pyspread: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r-- | office/pyspread/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/pyspread/README b/office/pyspread/README index 4b77a7cf84dd..8b9814e677e7 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. |