From b8837dfdc37803454e0e085c6c4d2d7044c8b72a Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 8 Aug 2021 08:50:13 +0100 Subject: [PATCH] words --- examples/calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/calculator.py b/examples/calculator.py index f58e04039..0b764790b 100644 --- a/examples/calculator.py +++ b/examples/calculator.py @@ -1,6 +1,6 @@ """ -A Textual app to create a fully working Calculator. +A Textual app to create a fully working calculator, modelled after MacOS Calculator. """