summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.