summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/ss1.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/ss1.py')
-rw-r--r--Demo/tkinter/guido/ss1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/ss1.py b/Demo/tkinter/guido/ss1.py
index 95b3d813d9..89354753e6 100644
--- a/Demo/tkinter/guido/ss1.py
+++ b/Demo/tkinter/guido/ss1.py
@@ -315,7 +315,7 @@ class BaseCell:
"""Abstract base class for sheet cells.
Subclasses may but needn't provide the following APIs:
-
+
cell.reset() -- prepare for recalculation
cell.recalc(rexec) -> value -- recalculate formula
cell.format() -> (value, alignment) -- return formatted value