From fe4fabcd112a3e3d851cd98c7a527cb67ee1fe67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bror=20Sebastian=20Sj=C3=B6vald?= <49447840+BrorSebastianSjovald@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:44:45 +0100 Subject: [PATCH] Fix calculator example Digits of PI were wrong --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3a121a6428..1276e3f9db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -196,7 +196,7 @@ Click the tabs to see the code behind the example. === "Calculator example" - ```{.textual path="examples/calculator.py" columns=100 lines=41 press="3,.,1,4,5,9,2,wait:400"} + ```{.textual path="examples/calculator.py" columns=100 lines=41 press="3,.,1,4,1,5,9,2,wait:400"} ``` === "calculator.py"