From e81eff6a7cd9fcb1a590a58863dfd57009a805c0 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 6 Aug 2021 10:22:16 -0400 Subject: [PATCH] fix typo in `calculator` example --- examples/calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/calculator.py b/examples/calculator.py index 411477304..f58e04039 100644 --- a/examples/calculator.py +++ b/examples/calculator.py @@ -1,6 +1,6 @@ """ -A Textual app to create a fully working Calendar. +A Textual app to create a fully working Calculator. """