office/pyspread: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:50:54 -04:00
parent 0f7dfecb7d
commit b939762c97

View file

@ -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.