From 6c235a6eb26ab586712b973e243ad0eaa53d4eca Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 28 Apr 2025 15:30:22 +0200 Subject: [PATCH] Fix typo --- include_in_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include_in_build.py b/include_in_build.py index f7f8f696..bbb0fbb2 100644 --- a/include_in_build.py +++ b/include_in_build.py @@ -1,2 +1,2 @@ print("This script will be included in the build.") -print("You can then run it with: import include_in_build.py") +print("You can then run it with: import include_in_build")