diff --git a/src/__builtins__.py b/src/__builtins__.py index cf4b385..261d55d 100644 --- a/src/__builtins__.py +++ b/src/__builtins__.py @@ -8,6 +8,6 @@ class Builtins: print("Hello, user!") - # NOTE: There areto ways to add global items. like so. + # NOTE: There are two ways to add global items. builtins.hello_user = hello_user __builtins__.update({"hello_world": hello_world})