From 51959bf07c3f53302768782ef25b13be3ee92921 Mon Sep 17 00:00:00 2001 From: pascal-at-tef <122017812+pascal-at-tef@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:54:32 +0200 Subject: [PATCH] Update one-file.md Two underscores missing in the very last code example? --- 2024/one-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/one-file.md b/2024/one-file.md index 4e5a268..bf2ba4e 100644 --- a/2024/one-file.md +++ b/2024/one-file.md @@ -133,7 +133,7 @@ blank lines afterwards so that the real code remains hidden from view if loaded into an editor. ``` -# __init.py +# __init__.py from .a import * from .b import *